
- Create a charge from your system through a payment intent.
- Load your payment intent in the terminal by pressing the charge button or view button, depending on the device.
- The buyer makes the payment with the selected payment method.
- The integrated system receives notification of the payment status.
- Mercado Pago Point Smart terminalTo offer in-person payments through Point, it is necessary to acquire the machine. If you haven't done so yet, go to the store.
- Mercado Pago app on your phone
- Mercado Pago accountYou need to create a user on Mercado Pago or Mercado Libre to have a seller account.
- Create your application from Your integrations.
- Configure your Point terminal.
- Integrate payment processing.
- Set up your payment notifications.
- Test your integration.
- Go to production.
flowchart TD
A[Create your application from Your integrations] --> B[Configure your Point terminal]
B --> C[Integrate payment processing]
C --> D[Set up your payment notifications]
D --> E[Test your integration]
E --> F[Go to production]



