Credit Card Tokenizer Common


Лицензия

Лицензия

Группа

Группа

com.wix.pay
Идентификатор

Идентификатор

credit-card-tokenizer-common
Последняя версия

Последняя версия

1.6.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Credit Card Tokenizer Common
Credit Card Tokenizer Common

Скачать credit-card-tokenizer-common

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.wix.pay : credit-card-tokenizer-api jar 1.6.0
org.json4s : json4s-native_2.11 jar 3.3.0
org.scala-lang : scala-reflect jar 2.11.8

test (2)

Идентификатор библиотеки Тип Версия
org.specs2 : specs2-core_2.11 jar 3.7
org.specs2 : specs2-junit_2.11 jar 3.7

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0