post https://api-sandbox.interlace.money/open-api/v3/acquiring/payments
Create a payment order. Integration Methods:
- API-ONLY Integration 1.1 Card Payments 1.1.1 Hosted Mode (Supports full hosted/embedded mode) 1.1.2 Server-to-Server Mode 1.2 APM Payments (PIX, OXXO)
- Checkout Page Integration (Supports full hosted mode, embedded mode not supported yet) 2.1 Create checkout session (Customers choose payment method themselves) 2.2 Pre-selected payment method
This is a synchronous issuance API. Upon successful order issuance, the API will immediately return the Acquiring Payment Create Result Resource (including core order information such as order number, amount, and initial status).
In addition, if the order status changes subsequently (e.g., from READY to PAID, FAILED, or REFUNDED), the system will send a webhook notification to the merchant’s pre-configured webhook endpoint. The notification payload follows the structure defined in the Acquiring Order Webhook Data Resource .