Download report - Releases - Mercado Pago Developers
Which documentation are you looking for?

Do not know how to start integrating? 

Check the first steps
Download report

GET

https://api.mercadopago.com/v1/account/release_report/{file_name}
This endpoint allows downloading any of the created reports. Using the file_name attribute, input the name of the file you wish to download and execute the request. It's important to note that the response of this request will return a .CSV or .XLSX file for download.
Request's parameters
PATH
file_name
string

REQUIRED

The parameter 'file_name' corresponds to the file name of the report you wish to download.
Response parameters
Esta solicitação não tem resposta
Errors

401Unauthorized.

Invalid token

Invalid token.

404Not found.

not_found

Resource /account/release_report/1234234587/ not found.

Request
curl -X GET \
    'https://api.mercadopago.com/v1/account/release_report/{file_name}'\
    -H 'Content-Type: application/json' \
       -H 'Authorization: Bearer TEST-3322*********190-03031*********46528954c*********0339910-1*********' \
    
Sample answer
// This request has not been responded to.