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: pathUnique chargeback identifierREQUIRED
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": [
{}
]
}