- The buyer completes their shopping cart on your website and chooses to pay with Mercado Pago.
- They’re redirected to the payment form, where they decide whether to proceed with a Mercado Pago account or as a guest user.
- Then, they enter their payment details and complete the purchase in the Mercado Pago environment.
- After payment processing, the buyer is redirected back to your website or the preconfigured 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[Your integrations] --> B[Create an application]
B --> C[Configure the development environment]
C --> D[Create a payment order]
D --> E[Configure payment notifications]
E --> F[Test your integration]
F --> G{Was the test successful?}
G -- No --> H[Fix configuration] --> F
G -- Yes --> I[Go to production]
