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.
1200
The timestamp representing the date and time of the order.
"2023-12-15T22:45:06.506Z"
The unique identifier number for the order.
5728
Response
The primary key or identifier associated with the payment.
5943
The unique identifier number associated with the order.
null
The total monetary value of the order.
"1200.0000"
The current status of the order.
"PENDING"
The timestamp indicating the date and time the payment was created.
"2024-01-18T10:18:39.800536-06:00"
The timestamp indicating the date and time the order was paid, or null if not paid.
null
Details of the shipping address in the order.
The identifier associated with the shipping address in the order.
null
Details of the billing address in the order.
The identifier associated with the billing address in the order.
null
The identifier or reference associated with the client or customer.
null
The customer's reference or identifier associated with the order.
null