Logo
Mastercard Developers API Documentation

Reverse a chargeback

POST {{baseUrl}}/claims/:claim_id/chargebacks/:event_id/reversals

Issuers use this endpoint to reverse existing chargebacks.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "eventId": "800000078468" }



Curl
curl -X POST '/claims/:claim_id/chargebacks/:event_id/reversals' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"reasonCode":"03","singleMessage":{"controlNumber":"99999"}}'

ENDPOINTS