v1
latestOpenAPI 3.0.02026-07-242035712.0 MBChargeback
Request Chargeback
This resource creates a new chargeback
Issuers and acquirers use this endpoint to create chargeback and second presentments and optionally to upload supporting documents. Issuers and acquirers may use the parameters in the request to automatically generate the Expedited Billing Dispute Form (EBDF) and attach it to the claim.
post/pws/pws_mc_cb_request/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"chargeBackType": "CHARGEBACK",
"claimId": 200002042336,
"client_id": 760131,
"currencyCcy": "USD",
"disputedAmt": 100,
"reasonCode": "4853",
"credPostedAsPurchase": "false",
"messageTxt": "This is a test message text",
"settlementDate": "2021-06-15",
"localTax1IVA": 0.6,
"installmentFee": 1.2,
"editExclusionCode": "BO",
"refundNotReceivedIndicator": true
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"fraudId": "2343454",
"chargeBackId": "2343455"
}
}