Create Payment
The Authorization needs to be in the following format:
Authorization: Token <YOUR_API_KEY>
This endpoint enables the creation of a new payment by using the unique identifier of a preexisting order.
Path Parameters
A business unique identifier.
Body
The total monetary value associated with the order.
The timestamp representing the date and time of the order.
The unique identifier number for the order.
Response
The primary key or identifier associated with the payment.
The unique identifier number associated with the order.
The total monetary value of the order.
The current status of the order.
The timestamp indicating the date and time the payment was created.
The timestamp indicating the date and time the order was paid, or null if not paid.
Details of the shipping address in the order.
The identifier associated with the shipping address in the order.
Details of the billing address in the order.
The identifier associated with the billing address in the order.
The identifier or reference associated with the client or customer.
The customer's reference or identifier associated with the order.