
- Configure stores and POS through the in-person orders API to structure your point of sale.
- Choose between QR Attended Model or QR Dynamic Model.
- Print and display the QR code in a visible place in the store or show it on a device.
- The buyer scans the QR and makes the payment with the preferred payment method.
- 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 or third-party integration.
- Create an application in Your integrations.
- Create stores and POS through specific endpoints.
- Configure the desired QR model.
- Implement the creation of in-person orders.
- Configure notifications.
- Perform integration tests and homologation.
- Activate production credentials.
flowchart TD
A[Create an application in Your integrations] --> B[Configure your store and POS]
B --> C[Configure desired QR model]
C --> D[Configure payment notifications]
D --> E[Test the integration]
E --> F[Go to production]
