Get a 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
Request's parameters
idstring
Localization: pathChargeback IdREQUIRED
Response parameters
id
Localization: bodyChargeback identifierstring
payments
Localization: bodyList of payments ids associated to the casearray
currency
Localization: bodyAmount's currency string
amount
Localization: bodyChargeback's amountnumber
Request
curl
curl -X GET \
'https://api.mercadopago.com/v1/chargebacks/{id}' \
-H 'Authorization: Bearer ACCESS_TOKEN_ENV'
Answer
json
{
"payments": [
{}
],
"documentation": [
{}
]
}
Was this information helpful?