Logo
Mastercard Developers API Documentation

Update a chargeback

PUT {{baseUrl}}/claims/:claim_id/chargebacks/:event_id

Acquirers use this endpoint to acknowledge a chargeback, which moves the claim to the Worked queue. Acquirers may take further actions on acknowledged claims.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PUT '/claims/:claim_id/chargebacks/:event_id' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"acknowledge":true}'

ENDPOINTS