v1
latestOpenAPI 3.0.02026-07-242035712.0 MBChargeback
CB image status
This resource retrieves the processing status of a chargeback image
post/pws/pws_mc_cb_status/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"chargeBackId": 300003030530,
"claimId": 200002042336,
"client_id": 760131
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"chargebackResponseList": [
{
"chargebackId": "300003030530",
"claimId": "200002042336",
"status": "COMPLETED"
}
]
}
}