Card Tokens
card_tokens_token_id_delete
scopes:
- admin:checkout
delete/accounts/{aid}/payments/card-tokens/{token_id}
Path parameters
token_idstring required
The payment_token_id or recurrence_token_id for the token to delete.
Request body
Example request
{
"reason": "Profile deleted",
"requestor": "MERCHANT"
}Response
Card Token
Example response
{
"masked_pan": "476173******0416",
"pan_expiry_date": "09/2030",
"token_expiry_date": "09/2030",
"account_id": "P12345678",
"payment_product_type": "dintero_psp.creditcard"
}