card
Card details to be used for the transaction
This is the card number used for the request.
Possible values: >= 8 characters and <= 20 characters
4111111111111111cardExpiry object
This is the card's expiry date.
This is the card expiry month.
Possible values: <= 12
12This is the card expiry year.
Possible values: <= 9999
2022This is the 3- or 4-digit security code that appears on the card following the card number.
Possible values: >= 3 characters and <= 4 characters, Value must match regular expression ^([0-9]{3,4})$
This is the name of the card holder.
Possible values: <= 50 characters
Suresh's cardThis is type of card used for the request.
-
AM – American Express
-
DI – Discover
-
JC – JCB
-
MC – Mastercard
-
MD – Maestro
-
SO – Solo
-
VI – Visa
-
VD – Visa Debit
-
VE – Visa Electron
Possible values: [AM, DI, JC, MC, MD, SO, VI, VD, VE]
These are the last four digits of the card used for the request.
This is the nickname the merchant has for the card holder.
These are the first 6 digits of the card Bank Identification Number (BIN), for example: the first 6 digits of the card number.
Possible values: <= 6 characters
411111{
"cardNum": "4111111111111111",
"cardExpiry": {
"month": 12,
"year": 2022
},
"cvv": "string",
"holderName": "Suresh's card",
"cardType": "AM",
"lastDigits": "string",
"nickName": "string",
"cardBin": "411111"
}