Home
Documentation
Resources
Certifications
Community
Get payment information - Payment flow - Mercado Pago Developers

Intelligent search powered by OpenAI 

Get payment information

This endpoint is used to obtain the data of a payment made from your id. See the diagram below that illustrates the payment capture process via the Wallet Connect API Payments endpoint.

get-payment-info

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.