post
https://api-sandbox.koin.com.br/v1/payment/orders
Create payment service. Before required fields will validated and after will validated business rules. Below is a table with the information regarding said api.
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
