Cancel Order
After creating an order, that order marked as INITIATED
. While an order is in the INITIATED
state, the order can be cancelled.
If the order has been processed from INITIATED
to UNFULFILLED
, FULFILLED
or CANCELLED
, the order can no longer be processed.
Headers
Authorisation requires an API key in the header of the request. Please see this page for more information.
Request Fields
A unique ID assigned to the order. This identifier is used to reference the order within the system.
A unique ID assigned to the account. This identifier is used to reference the account within the system.
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.