Attributes
- idstring
Unique identifier for the object.
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- amount_
feesinteger Total amount of Frontier’s service fees in the currency’s smallest unit.
- amount_
subtotalinteger Total amount of the carbon removal in the currency’s smallest unit.
- amount_
totalinteger Total amount of the order including fees in the currency’s smallest unit.
- beneficiarynullable object
Publicly sharable reference for the end beneficiary of carbon removal. Assumed to be the Stripe account if not set.
- beneficiary.
public_ namestring Publicly displayable name for the end beneficiary of carbon removal.
- canceled_
atnullable timestamp Time at which the order was canceled. Measured in seconds since the Unix epoch.
- cancellation_
reasonnullable enum Reason for the cancellation of this order.
Possible enum valuesexpired
Order was not confirmed and expired automatically
product_
unavailable Order could not be fulfilled because the product is no longer available
requested
Order was canceled by a cancellation request
- certificatenullable string
For delivered orders, a URL to a delivery certificate for the order.
- confirmed_
atnullable timestamp Time at which the order was confirmed. Measured in seconds since the Unix epoch.
- createdtimestamp
Time at which the object was created. Measured in seconds since the Unix epoch.
- currencystring
Three-letter ISO currency code, in lowercase, representing the currency for this order.
- delayed_
atnullable timestamp Time at which the order’s expected_delivery_year was delayed. Measured in seconds since the Unix epoch.
- delivered_
atnullable timestamp Time at which the order was delivered. Measured in seconds since the Unix epoch.
- delivery_
detailsarray of objects Details about the delivery of carbon removal for this order.
- delivery_details.
delivered_ attimestamp Time at which the delivery occurred. Measured in seconds since the Unix epoch.
- delivery_details.
locationnullable object Specific location of this delivery.
- delivery_details.
location. citynullable string The city where the supplier is located.
- delivery_details.
location. countrystring Two-letter ISO code representing the country where the supplier is located.
- delivery_details.
location. latitudenullable float The geographic latitude where the supplier is located.
- delivery_details.
location. longitudenullable float The geographic longitude where the supplier is located.
- delivery_details.
location. regionnullable string The state/county/province/region where the supplier is located.
- delivery_details.
metric_ tonsstring Quantity of carbon removal supplied by this delivery.
- delivery_details.
registry_ urlnullable string Once retired, a URL to the registry entry for the tons from this delivery.
- delivery_details.
supplierobject ID of the
Supplier
responsible for this delivery.- delivery_details.
supplier. idstring Unique identifier for the object.
- delivery_details.
supplier. objectstring String representing the object’s type. Objects of the same type share the same value.
- delivery_details.
supplier. info_ urlstring Link to a webpage to learn more about the supplier.
- delivery_details.
supplier. livemodeboolean Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - delivery_details.
supplier. locationsarray of objects The locations in which this supplier operates.
- delivery_details.
supplier. locations. citynullable string The city where the supplier is located.
- delivery_details.
supplier. locations. countrystring Two-letter ISO code representing the country where the supplier is located.
- delivery_details.
supplier. locations. latitudenullable float The geographic latitude where the supplier is located.
- delivery_details.
supplier. locations. longitudenullable float The geographic longitude where the supplier is located.
- delivery_details.
supplier. locations. regionnullable string The state/county/province/region where the supplier is located.
- delivery_details.
supplier. namestring Name of this carbon removal supplier.
- delivery_details.
supplier. removal_ pathwayenum The scientific pathway used for carbon removal.
Possible enum valuesbiomass_
carbon_ removal_ and_ storage Biomass carbon removal and storage
direct_
air_ capture Direct air capture
enhanced_
weathering Enhanced weathering
- expected_
delivery_ yearinteger The year this order is expected to be delivered.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - metadataobject
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
- metric_
tonsdecimal string Quantity of carbon removal that is included in this order.
- productstringExpandable
Unique ID for the Climate
Product
this order is purchasing. - product_
substituted_ atnullable timestamp Time at which the order’s product was substituted for a different product. Measured in seconds since the Unix epoch.
- statusenum
The current status of this order.
Possible enum valuesawaiting_
funds Status when an order has been attached to a funding_source and is awaiting it’s settlement
canceled
Status when an order has been canceled
confirmed
Status when an order has been successfully confirmed and payment has been made
delivered
Status when an order has been delivered
{ "id": "climorder_1aTnU0B63jkB3XAQKUbA5yyl", "object": "climate.order", "amount_fees": 17, "amount_subtotal": 550, "amount_total": 567, "beneficiary": { "public_name": "{{YOUR_BUSINESS_NAME}}" }, "canceled_at": null, "cancellation_reason": null, "certificate": null, "confirmed_at": 1881439205, "created": 1881439205, "currency": "usd", "delayed_at": null, "delivered_at": null, "delivery_details": [], "expected_delivery_year": 2027, "livemode": false, "metadata": {}, "metric_tons": "0.01", "product": "climsku_frontier_offtake_portfolio_2027", "product_substituted_at": null, "status": "confirmed"}