Home
Documentation
Resources
Partners
Community

Resources

Check for updates on our solutions and system performance, or request technical support.

Partners

Discover our program for agencies or developers that offer integration services and sellers who want to hire them.

Community

Get the latest news, ask others for help and share your knowledge.

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.