- Configure the development environment with Checkout API (via Orders API).
- Create test accounts for the primary and at least one secondary seller to test the split.
- Create the payment order by configuring the details of the Split Payments.
- The buyer pays, the order is processed and each seller receives their share in their own account.
- Manage refunds in a specific way for each participant in the Split Payments.
- Mercado Pago user accountYou need to create a user on Mercado Pago (or Mercado Libre) to have a seller account.
- SSL certificateIn production, your checkout page must be served over HTTPS with a valid SSL certificate.
- Create an application from Your integrations with the Orders API.
- Configure the development environment and credentials.
- Create test accounts for the split participants.
- Create the order with splits.
- Verify the order and validate status and splits array.
- Implement refunds with splits.
- Configure payment notifications.
- Check reports and reconcile.
- Test the integration and go to production.
flowchart TD
A["Create application with Orders API"] --> B["Configure development environment and credentials"]
B --> C["Create test accounts for participants"]
C --> D["Create the order with splits"]
D --> E["Verify the order and validate status and splits array"]
E --> F["Implement refunds with splits"]
F --> G["Configure payment notifications"]
G --> H["Check reports"]
H --> I["Test the integration and go to production"]
