Get payment information
This endpoint is used to obtain the data of an Advanced Payment made from your id. See the diagram below that illustrates the payment capture process through the Advanced Payments API.
To obtain information on a specific payment, send a GET to the endpoint /v1/advanced_payments/{advanced_payment_id} and execute the request or, if you prefer, use the curl
below.
curl -X GET \
'https://api.mercadopago.com/v1/advanced_payments/ADVANCED_PAYMENT_ID' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
When running the request
you may receive different types of responses originating from specific reasons. See the Responses section for more information.