Chargeback
Acknowledge chargeback
This webservice marks a received chargebacks as processed
post/pws/pws_mc_cb_acknowledge/
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",
"status": "PROCESSED"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.