v1
latestOpenAPI 3.0.02026-07-242035712.0 MBMada Pay LCM
Mada Token Update
Mada Token Update
post/pws/pws_mada_token_update
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"old_token": 59669200,
"new_token": 19966881,
"operationReasonCode": "PAN_REPLACE",
"operationReason": "Lost token",
"commentText": "Update card",
"cardMetadataInfo": {
"cardArtData": {
"cardArtRefId": [
"fbca33da0f6ae3bb908c053fc67bfa00"
]
}
}
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"errorCode": "00",
"tokens": [
{
"errorCode": "00"
}
],
"keyValues": {
"key": "A",
"value": "Value 1"
},
"responseDetails": [
{
"tokenReferenceID": "468fa67105dc473c9f3e6081caeaa75f",
"taskID": "bd028456-fc95-449d-b906-5c0a05096879",
"tokenRequestorID": "tokenRequestorID",
"panReferenceID": "panReferenceID",
"statusCode": "PENDING",
"errorCode": "Error"
}
]
}
}