Start - Mercado Pago Developers
Which documentation are you looking for?

Do not know how to start integrating? 

Check the first steps

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.

</>
Base URL
https://api.mercadopago.com
Not a developer?
Use our soluciones de e-commerce listas para usar en diferentes plataformas.

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.

Important
Never expose your private key in a public repository, nor use it in your client-side code. Always do it securely from your server.

Configure the Access Token in the Authorization header of all requests as shown in the following example.

example cURL
curl -H ‘Authorization: Bearer <ENV_ACCESS_TOKEN>’  \
  https://api.mercadopago.com/V1/payments

Explore the API

Find in each section everything you need to know to make the information request you want.

ejemplo