v1

latestSwagger 2.02026-07-14157576.8 KB
Token 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.

post/token/delete

Request body

Example request

{
  "TokenDeleteRequest": {
    "AuditInfo": {
      "Organization": "Solid Bank Inc",
      "UserId": "A1435477",
      "UserName": "John Smith"
    },
    "CommentText": "Cardholder reported fraudulent transactions.",
    "ReasonCode": "C",
    "TokenUniqueReference": "DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c"
  }
}

Response

Contains the details of the response message.

Example response

{
  "TokenDeleteResponse": {
    "Token": {
      "CommentId": "ABC123456",
      "TokenUniqueReference": "DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c"
    }
  }
}