Response
If an order belonging to the authenticated merchant account is found, returns the order details in response. Fields that were not included in the original Create Order request may not be included in any corresponding Get Order request.
| Attribute | Type | Description |
| :------------------------------ | :---------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------ |
| `expires` | string | The UTC timestamp of when the order token will expire, in [ISO 8601](http://www.iso.org/iso/home/standards/iso8601.htm) format. |
| `token` | string | Order token to be used to complete payment. |
| `totalAmount` | Money | Total amount for order to be charged to consumer. |
| `consumer` | Consumer | The consumer requesting the order. |
| `billing` | Contact | Billing address. |
| `shipping` | Contact | Shipping address. |
| `courier` | Shipping Courier | Shipping courier details. |
| `description` | string | A description of the order. |
| `merchant`.`redirectConfirmUrl` | string | The consumer is redirected to this URL on confirmation. |
| `merchant`.`redirectCancelUrl` | string | The consumer to redirected to this URL if the payment process is cancelled. |
| `paymentType` | string | "PAY_BY_INSTALLMENT" |
| `merchantReference` | string | The merchant's id/reference that this order corresponds to. |
| `items` | Item | An array of order items. |
| `discounts` | Discount | An array of discounts. |
| `shippingAmount` | Money | The shipping amount. |
| `taxAmount` | Money | The included tax amount after applying all discounts. |