Card
Add and remove cards to be used for Payments with Zapper.
post
https://api.zapper.com
/v1/cards
Register Card
{
"cardNumber": "4000000000000002",
"holderName": "Card Holder",
"expiryMonth": 9,
"expiryYear": 2030
}
Field | Type | Description |
token | string | Unique representation of the card. |
cardMask | string | User friendly string for the card. |
holderName | string | Card holder name. |
expiryMonth | number | The month the card expires. |
expiryYear | number | The year the card expires.
Format: CCYY |
brand | string | The card issuer brand. eg. Mastercard, Visa |
delete
https://api.zapper.com
/v1/cards/{token}
Remove Card
Last modified 3yr ago