Property | Type | Description |
---|---|---|
status | string(4-50) | Returns the payments status for cards and the transaction status for invoices: "Completed". If completed, the order is finalized. No invoice status will be displayed in this field. |
createdAt | timestamp: YYYY-MM-DD HH:MM:SSZ | UTC timestamp of the time the transactions. |
totalAmount | decimal | The total amount of the order. If line items are provided, the value of this field must equal the total sum of all line items. Example: `100.00 |
unfinalizedAmount | decimal | The amount left to be finalized on the order. |
amountAvailableForRefund | decimal | The amount available for Refund. |
finalizedAmount | decimal | The total amount finalized on the order. |
refundedAmount | decimal | The amount refunded on the order. |
amountPendingFinalization | decimal | The amount on order that is not yet Finalized. |
amountPendingRefund | decimal | The refunded amount on order that is not yet Finalized. |
lineItems | lineitem | The current line items on the order. |