Get Order By Id
This endpoint returns a specific order for an account. To fetch the order, use the account_id
returned from the Create Account endpoint and the order_id
returned from the Create Order endpoint.
Headers
Authorisation requires an API key in the header of the request. Please see this page for more information.
Response Fields
A unique ID assigned to the order. This identifier is used to reference the order within the system.
The amount of carbon emissions to be offset, specified in kilograms.
The total cost required to offset the specified carbon emissions.
The currency in which the cost is denominated. This field specifies the monetary unit used for the offsetting cost.
The status of the order. This field specifies the status that the order is currently in. An order can be in one of the following states: INITIATED
, UNFULFILLED
, FULFILLED
or CANCELLED
.
A unique ID assigned to the account. This identifier is used to reference the account within the system.
The date and time when the order was created. This timestamp is recorded in UTC and used for tracking the orders creation date.
The date and time when the order was cancelled. This timestamp is recorded in UTC and used for tracking the orders cancellation date. This field is nullable.