Zapper Platform
Search
K

Card

Add and remove cards to be used for Payments with Zapper.
post
https://api.zapper.com
/v1/cards
Register Card

Request Example

{
"cardNumber": "4000000000000002",
"holderName": "Card Holder",
"expiryMonth": 9,
"expiryYear": 2030
}

Response

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