
- Create the order in the application.
- The application generates the order through the SDK to be processed by Mercado Pago's payment manager on the device.
- The buyer makes the payment through Mercado Pago with the selected payment method and returns to your application.
- The integrated system receives a callback about the payment status and the sale is completed
- Development kitTo start the integration, download the Development kit provided by Mercado Pago.
- Android StudioInstall the Android development environment to compile and debug SmartApps.
- Mercado Pago Point Smart (development version)Unlike production devices, development devices have the USB port enabled by default and debugging configuration activated, which is necessary to compile any SmartApp. To get one of these devices, you need to contact the Mercado Pago team responsible for your integration process.
- Updated version of SmartPOS (terminal operating system)For you to be able to test your integration, it is necessary that the SmartPOS system of the test terminal is updated to the Sandbox version. This updated version must be requested from the Mercado Pago team responsible for your integration process.
- Mercado Pago Point Smart (production version)Mercado Pago Point is the Mercado Pago payment terminal that allows buyers to make in-person payments quickly and securely using credit or debit cards. If you haven't done so yet, go to the store.
- Mercado Pago app on your phoneAlong with the terminal, it is necessary to have the Mercado Pago application installed on your phone to log in. You can download it for Android or iOS devices.
- Mercado Pago accountYou need to create a user in Mercado Pago (or Mercado Libre) to have a seller account.
- Create a Mercado Pago application from Your integrations.
- Install the development kit on the debug terminal.
- Install your business management application.
- Integrate the SDKs responsible for the payment flow.
- Test your integration in Sandbox.
- Create stores and points of sale.
- Send to Mercado Pago the APK file and necessary information for approval.
- Wait for application approval by Mercado Pago.
- Monitor the distribution of the application on the Point Smart terminals that will be used.
flowchart TD
A[Create a Mercado Pago application from Your integrations] --> B[Install the development kit]
B --> C[Install your SmartApp]
C --> D[Integrate the payment flow SDKs]
D --> E[Test your integration]
E --> F[Create stores and points of sale]
F --> G[Send to Mercado Pago the APK file and the information for approval]
G --> H[Monitor the application distribution on Point Smart terminals]

