Intelligent search powered by OpenAIÂ
Mercado Pago API
The Mercado Pago API allows you to interact directly with all the information you need to develop your integrations as you wish.
To make requests, you have to authenticate each order with your application credentials. If you do not have one yet, see the basic steps to start implementing our solutions.
https://api.mercadopago.com
Authentication
To connect integrations and your account in a secure way, you have to make all requests to our API using HTTPS and include your application credentials to authenticate each interaction.
Calls made over simple HTTP and without authentication will fail.
Configure the Access Token in the Authorization header of all requests as shown in the following example.
curl -H âAuthorization: Bearer <ENV_ACCESS_TOKEN>â \
https://api.mercadopago.com/V1/payments
Explore our collection on Postman
Postman is a tool that simplifies API development, testing, and documenting, allowing you to create and share requests quickly and securely.
Explore collectionExplore the API
Find in each section everything you need to know to make the information request you want.