- Mercado Pago accountYou need to have a Mercado Pago or Mercado Libre account. If you don't have one, click here to create one for free.
- Contact with Sales representativeYou need authorization from the Sales team to use this feature.
- Create an application from Your integrations.
- Configure the development environment for your integration.
- Register the payment method with an initial payment or for future payments in your system.
flowchart TD
A[Your integrations] --> B[Create an application]
B --> C[Configure development environment]
C --> D[Tokenize payment method]
D --> E[Register payment method]
E --> F[Process payments]
F --> G[Configure notifications]
G --> H[Test your integration]
H --> I{Was the test successful?}
I -- No --> J[Fix configuration] --> H
I -- Yes --> K[Go to production]
