Tokenization customer service
Token Suspend
Used to suspend an active token so that it may not initiate any new transactions. All authorizations for a suspended token will be declined.
post/pws/customerservice/v3/token/suspend/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"reasonCode": "Z",
"token": 311012081,
"tspToken": "DWSPMC00000000784034nvc7fetlv5huicsdtmng6xpetgcq123",
"commentText": "Customer found a device."
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.