An Order is used to track the sale of goods or services from a seller to a buyer. It is a record of a sale that includes the quantity and price of each product or service sold.
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the Order |
created_at | string | The date and time the Order was created |
reference | string | The reference of the order |
amount | integer | The amount of the order |
amount_due | integer | The amount due of the order |
status | enum | The status of the order. Allowed values are CREATED, ATTEMPTED, PAID, CANCELLED |
currency_id | string | The currency of the order |