The Json "CardToken" object
The « CardToken » object represents a debit/credit card token.
Merchants usually want to be able to charge payment cards, IBAN or other without having to store sensitive data on their servers.
Token.js makes this easy in the browser, but you can use the same technique in other environments with our token API.
Tokens can be created with your publishable API key, which can safely be embedded in downloadable applications like iPhone and Android apps. You can then use a token anywhere in our API when a credit/debit card, bank account or any personal ID number is accepted.
cardTokenId String (36) |
CentralPay token ID Note: UUID Format |
creationDate String |
Creation date Note: ISO 8601 |
card Card object |
Card Note: Refer to the JSON "Card" object |
endUserIp String |
End-user IP |
status String |
Token use status Note: UNUSED | USED | EXPIRED |