v1
latestOpenAPI 3.0.02026-07-242035712.0 MBUpdate Token Account
Used to update PAN. The PAN can be renewed (R - ACCOUNT_UPDATE), update expiry date(E - EXP_DATE_UPDATE), and close/void the account token (V- ACCOUNT_CLOSED).
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: "R" - ACCOUNT_UPDATE (Card renewal); "E" - EXP_DATE_UPDATE (Card expiry date updated); "V" - ACCOUNT_CLOSED (Stop all transaction of card for any valid reason); "Q" - CONTACT_CARDHOLDER; "S" - PORTFOLIO_CONVERSION; "B" - VAU_CARDHOLDER_OPT_IN; "O" - VAU_CARDHOLDER_OPT_OUT
Paymentology Public Token.
Paymentology Public Token.
User Id of the Customer who triggered the API request.
Remarks for API request
Comment related to the token update. Maximum length of 500.
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"reasonCode": "R",
"replacement_token": 311012081,
"token": 311012081,
"commentText": "Cardholder deceased."
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
}
}