Get Card Token
POST/api/cards/:cardId/pan-token
Generate a card token to enable the subsequent retrieval of the card's sensitive details including full PAN, expiry, CVV2 and embossedName.
Refer to the fetching secure card information guide for more information.
The callback URL responds with an object containing the card's sensitive details.
{
"cvv2": "442",
"pan": "1234123412345678",
"expiry": "202501",
"embossedName": "DOE/JOHN"
}
Request
Responses
- 200
- 400
Successful operation
Request fields are invalid