Which documentation are you looking for?
Do not know how to start integrating?
Check the first stepsGet chargeback
GET
Products that use it:
Request's parameters
PATH
id
The "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 impo...Ver másstring
REQUIRED
HEADER
x-caller-id
This parameter refers to the seller's ID, an identification necessary to correctly locate the refund information.string
REQUIRED
Response parameters
id
Unique chargeback identifierstring
payments
List of payments IDs associated to the casearray
currency
Chergeback amount currencystring
amount
Chergeback amountnumber
Errors
Did you find this information useful?
Yes
No
Request
curl -X GET \
'https://api.mercadopago.com/v1/chargebacks/{id}'\
-H 'Content-Type: application/json' \
-H 'x-caller-id: 543802539' \,
-H 'Authorization: Bearer TEST-8971*********918-01191*********5874530a4*********4799fdf-1*********' \
Sample answer
{
"payments": [
{}
],
"documentation": [
{}
]
}