This is the single, unified endpoint for creating a payment across all supported methods
(Pix, Card, Bnpl, Modo, GooglePay, Debin, ApplePay, AstroPay, PayPal, SafetyPay).
Select the method exclusively via payment_method.code — there is no separate request shape per method, per integration (direct API, SDK, checkout) or for antifraud.
Each method has one request that covers all of its modes: add the checkout, antifraud or consent fields to the same payload as needed.
This service facilitates the creation of a new order within the system. Depending on the specified flow and payment method, the request initiates one of the following processes:
- Direct Charge: Immediate processing of the collection.
- Debt Posting: Registration of a pending obligation for future settlement.
- Payment Link: Generation of a unique URL for customer checkout.
- SDK Execution: Initialization of an order to be processed via the KOIN SDK.
This endpoint serves as the primary entry point for the transaction lifecycle, capturing all essential sales metadata and establishing the foundation for the subsequent collection workflow.
404Not Found
409Conflict
500Internal Server Error
