Get a card token
Generate a card token to enable the subsequent retrieval of the card's sensitive details including full PAN and CVV2.
Path Parameters
- cardId string required
ID of card to for which to obtain a token
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
- token string
One-time use token for card detail retrieval
{
"token": "1E2426184B3676720F36E43A22649AFF-1000041153"
}
Loading...