Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Climate Products


Climate Products

A Climate product represents a type of carbon removal unit available for reservation. You can retrieve it to see the current price and availability.

Was this section helpful? Yes No

Retrieve a product

GET / v1 / climate / products /:id

List products

GET / v1 / climate / products

The Climate product object

Attributes

  • id string Unique identifier for the object. For convenience, Climate product IDs are human-readable strings that start with climsku_. See carbon removal inventory for a list of available carbon removal products.
  • object string, value is "climate.product" String representing the object’s type. Objects of the same type share the same value.
  • created timestamp Time at which the object was created. Measured in seconds since the Unix epoch.
  • current _ prices _ per _ metric _ ton map Current prices for a metric ton of carbon removal in a currency’s smallest unit.
  • delivery _ year nullable integer The year in which the carbon removal is expected to be delivered. If the year is in the past, this represents spot inventory with guaranteed delivery.
  • livemode boolean Has the value true if the object exists in live mode or the value false if the object exists in test mode.
  • metric _ tons _ available decimal string The quantity of metric tons available for reservation.
  • name string The Climate product’s name.
  • suppliers array of objects The carbon removal suppliers that fulfill orders for this Climate product.

The Climate product object

Retrieve a product

GET / v1 / climate / products /:id

Retrieves the details of a Climate product with the given ID.

Parameters

No parameters.

Returns

Returns a Climate product object if a valid identifier was provided. Throws an error otherwise.

Response

Last verified 2026-09-24

Is this helpful?