Zapper Platform
Search…
Zapper Platform
Introduction
Authentication
Zapper Code
Decode
App Linking
Payment Methods
Card
Payments
Processing
Payment Details
Other
Testing
Errors
Powered By
GitBook
Card
Add and remove cards to be used for Payments with Zapper.
post
https://api.zapper.com
/v1/cards
Register Card
Request Example
1
{
2
"cardNumber"
:
"4000000000000002"
,
3
"holderName"
:
"Card Holder"
,
4
"expiryMonth"
:
9
,
5
"expiryYear"
:
2030
6
}
Copied!
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. F
ormat: CCYY
brand
string
The card issuer brand. eg. Mastercard, Visa
delete
https://api.zapper.com
/v1/cards/{token}
Remove Card
Zapper Code - Previous
App Linking
Next
Processing
Last modified
1yr ago
Copy link
Contents
post
Register Card
Request Example
Response
delete
Remove Card