Do not know how to start integrating?
Check the first stepsDid you find this information useful?
Yes
Not
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 the API
Find in each section everything you need to know to make the information request you want.