API · Remove card
API v1POST /api/v1/user/card-removeWhat it does#
Removes a saved card token. Requirement: the merchant must have a private token vault.
Authentication#
Requires the API bearer token in the Authorization header — see authentication.
Parameters#
Key associated with the merchant.
Customer email associated with the token.
Token to remove.
Request example#
The <...> values are placeholders: replace them with your own credentials and data.
{
"key": "1234-1234-1234-1234-1234",
"email": "email@card.com",
"token": "411111.......1111"
}Response#
{
"type": "200",
"status": 1,
"message": "Success"
}The response confirms the token removal; it returns no card data.
To interpret a response that is not a success, see how to read an error response.
Last verified: 2026-09-02 · Owner: equipo-integraciones