
- Create the payment order from your system using our unified API.
- In your system, you need to generate and display a QR code on the point of sale screen, which can be dynamic (different for each transaction) or static (the same for all transactions).
- The buyer pays using the selected payment method.
- The integrated system receives notification about the payment status.
- Mercado Pago app
- Mercado Pago accountYou need to create a user in Mercado Pago (or Mercado Libre) to have a seller account, whether in an own integration or for third parties.
- Create an application in Your integrations.
- Configure your store and POS.
- Integrate payment processing.
- Configure payment notifications.
- Test the integration.
- Go to production.
flowchart TD
A[Create an application in Your integrations] --> B[Configure your store and POS]
B --> C[Integrate payment processing]
C --> D[Configure payment notifications]
D --> E[Test the integration]
E --> F[Go to production]
