v1
latestOpenAPI 3.0.02026-07-242035712.0 MBToken Delete
Used to delete a token so that it may not initiate any new transactions. All authorizations for a deleted token will be declined. A deleted token may not be returned to an active state.
Request body
Unique number that must be passed at each API request. Identifier to make each API request unique
Unique identifier for the client which Paymentology will provide at outset
The reason for the action. Valid values: "L" - Cardholder confirmed token device lost; "S" - Cardholder confirmed token device stolen; "T" - Issuer or cardholder confirmed fraudulent token transactions; "C" - Account closed; "Z" - Other
Paymentology Public Token.
Token Service Provider Unique reference to the token
User Id of the Customer who triggered the API request.
Remarks for API request
Comment related to the token status change. Maximum length of 500.
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"reasonCode": "T",
"token": 311012081,
"tspToken": "DWSPMC00000000784034nvc7fetlv5huicsdtmng6xpetgcq123",
"commentText": "Customer found a device."
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
}
}