Create store and POS - Integration stages - Mercado Pago Developers

Create store and POS

After setting up the environment of the debug terminal to receive your SmartApp, integrating and testing the payment flow of our SDK, you will need to create the stores and points of sale (POS) that will be responsible for the operation of these terminals before submitting your application for validation and distribution on the terminals.

A store represents a physical store within Mercado Pago, which can have one or more associated points of sale. However, each point of sale only allows one associated terminal. This means that if you want to integrate more than one terminal, you must create the same number of points of sale and perform their association individually.

The creation and subsequent configuration of stores and points of sale can be done through two ways: through the Mercado Pago panel, or via API. The latter option is useful for systems that need to operate with multiple points of sale, as it allows associating multiple stores from the integrating system.



The IDs returned (store_id and pos_id) after creating the stores and POS must be provided to your Mercado Pago representative. This will allow you to proceed with the SmartApp deployment process.