Credit Card Tokenizer Client

Credit Card Tokenizer Client modules pom

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.wix.pay
ArtifactId

ArtifactId

credit-card-tokenizer-client-all
Last Version

Last Version

1.6.0
Release Date

Release Date

Type

Type

pom
Description

Description

Credit Card Tokenizer Client
Credit Card Tokenizer Client modules pom
Project URL

Project URL

https://github.com/wix/credit-card-tokenizer-client
Source Code Management

Source Code Management

https://github.com/wix/credit-card-tokenizer-client

Download credit-card-tokenizer-client-all

How to add to project

<!-- https://jarcasting.com/artifacts/com.wix.pay/credit-card-tokenizer-client-all/ -->
<dependency>
    <groupId>com.wix.pay</groupId>
    <artifactId>credit-card-tokenizer-client-all</artifactId>
    <version>1.6.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wix.pay/credit-card-tokenizer-client-all/
implementation 'com.wix.pay:credit-card-tokenizer-client-all:1.6.0'
// https://jarcasting.com/artifacts/com.wix.pay/credit-card-tokenizer-client-all/
implementation ("com.wix.pay:credit-card-tokenizer-client-all:1.6.0")
'com.wix.pay:credit-card-tokenizer-client-all:pom:1.6.0'
<dependency org="com.wix.pay" name="credit-card-tokenizer-client-all" rev="1.6.0">
  <artifact name="credit-card-tokenizer-client-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wix.pay', module='credit-card-tokenizer-client-all', version='1.6.0')
)
libraryDependencies += "com.wix.pay" % "credit-card-tokenizer-client-all" % "1.6.0"
[com.wix.pay/credit-card-tokenizer-client-all "1.6.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-reflect jar 2.11.8

test (2)

Group / Artifact Type Version
org.specs2 : specs2-core_2.11 jar 3.7
org.specs2 : specs2-junit_2.11 jar 3.7

Project Modules

  • credit-card-tokenizer-api
  • credit-card-tokenizer-common
  • credit-card-tokenizer-client
  • credit-card-tokenizer-testkit

Smaug Client

Wix's Smaug exchanges full credit card information (number, expiry date, CSC, etc) with an opaque token, accompanied by non-sensitive card information (last 4 digits of the card number, card network, etc).

Returned tokens can then be passed around in accordance with PCI-DSS.

Installation

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.wix.pay</groupId>
  <artifactId>smaug-client</artifactId>
  <version>1.8.0</version>
</dependency>

Reporting Issues

Please use the issue tracker to report issues related to this library.

License

This library uses the Apache License, version 2.0.

com.wix.pay

Wix.com

Open-sourcing useful pieces of code

Versions

Version
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0