Skip to main content

Input fields

accountHolder : String! required

The name of the account holder.

cardType : CardType! required

What kind this card is.

expiryMonth : String

The month this card is due to expire.

expiryYear : String

The year this card is due to expire.

fingerprint : String

The unique digital identifier of this card.

lastFourDigits : String! required

The last four digits of the card.

network : CardPaymentNetwork! required

What network processes the transactions made by this card.

walletType : String

If this card is a wallet, specify the type.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "accountHolder": "develop-do-last-seek-wind", "cardType": "CREDIT", "expiryMonth": "dog-exist-natural-hope-later", "expiryYear": "election-many-book-degree-bad", "fingerprint": "address-accept-lose-threat-summer", "lastFourDigits": "expert-cultural-civil-station-position", "network": "MASTERCARD", "walletType": "soldier-air-hold-then-my" }