Did you find this information useful?
Yes
No
Get chargeback/v1/chargebacks/{id}Check all the information related to a chargeback for your product or service with the ID of the chargeback you want.
GET
Products that use it:
Request's parameters
idstring
Localization: pathThe "id" parameter represents a unique identifier for the chargeback transaction. If you do not have this specific information, simply insert the payment ID for which you want to obtain the chargeback details. It is important to note that when using the payment ID, a small modification to the endpoint is required in order to make the call following the following format - https://api.mercadopago.com/v1/chargebacks/search?payment_id=PAYMENT_ID_.REQUIRED
Response parameters
id
Localization: bodyUnique chargeback identifierstring
payments
Localization: bodyList of payments IDs associated to the casearray
currency
Localization: bodyChergeback amount currencystring
amount
Localization: bodyChergeback amountnumber
Request
curl
curl -X GET \
'https://api.mercadopago.com/v1/chargebacks/{id}' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN \
Answer
json
{
"payments": [
{}
],
"documentation": [
{}
]
}