- The buyer checks out their shopping cart on your website and chooses to pay with Mercado Pago.
- Your backend creates an Order with the transaction data via `POST /v1/orders` and gets the `init_point`.
- The buyer is redirected to the `init_point`, where they decide whether to proceed with their Mercado Pago account or as a guest user and choose their payment method.
- Once the purchase is completed, they are redirected to your website or the configured destination.
- Seller accountTo integrate Checkout Pro, you need to access Mercado Pago and create a seller account.
- SSL Certificate (Secure Sockets Layer)Allows secure browsing and the protection of your data during information transfers.
flowchart TD
A["Access Your integrations"] --> B["Create application"]
B --> C["Build the environment"]
C --> D["Create an Order"]
D -- Amount, payment methods, details, others --> F["Configure notifications"]
F -- Webhooks and IPN --> E["Test the integration"]
E -- Successful tests --> H["Go to production"]
E -- Errors detected --> I["Fix configuration"]
I --> H
H --> J["Measure quality"]
