v1
latestOpenAPI 3.0.02026-07-242035712.0 MBTokenization customer service
Token Activate
Used to activate a token for a digitization that has been approved and provisioned, but requires additional cardholder authentication prior to activation.
post/pws/customerservice/v3/token/activate/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"reasonCode": "A",
"token": 311012081,
"tspToken": "DWSPMC00000000784034nvc7fetlv5huicsdtmng6xpetgcq123",
"commentText": "Customer found a device.",
"activationCode": "654321"
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
}
}