Credit-Card Model


License

License

GroupId

GroupId

com.wix.pay
ArtifactId

ArtifactId

credit-card
Last Version

Last Version

1.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

Credit-Card Model
Credit-Card Model
Project URL

Project URL

https://github.com/wix/credit-card
Project Organization

Project Organization

wix.com
Source Code Management

Source Code Management

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

Download credit-card

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.wix.pay : credit-card-networks jar 1.4.0
org.scala-lang : scala-reflect jar 2.12.4

test (3)

Group / Artifact Type Version
org.json4s : json4s-native_2.12 jar 3.5.4
org.specs2 : specs2-core_2.12 jar 3.8.9
org.specs2 : specs2-junit_2.12 jar 3.8.9

Project Modules

There are no modules declared in this project.

Credit Card Model

Credit cards consist of a mandatory card number and expiry date, and additional (optional) fields like cardholder name, billing address, CSC, etc.

Cards can be made anonymous for public display by stripping them of sensitive data, as defined by the PCI-DSS.

Installation

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.wix.pay</groupId>
  <artifactId>credit-card</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.8.0
1.7.0
1.6.0
1.5.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0