Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

The Climate supplier object


The Climate supplier object

Attributes

  • id string Unique identifier for the object.
  • object string, value is "climate.supplier" String representing the object’s type. Objects of the same type share the same value.
  • info _ url string Link to a webpage to learn more about the supplier.
  • livemode boolean Has the value true if the object exists in live mode or the value false if the object exists in test mode.
  • locations array of objects The locations in which this supplier operates.
  • name string Name of this carbon removal supplier.
  • removal _ pathway enum The scientific pathway used for carbon removal. Possible enum values biomass_carbon_removal_and_storage Biomass carbon removal and storage direct_air_capture Direct air capture enhanced_weathering Enhanced weathering marine_carbon_removal Marine carbon removal

The Climate supplier object

Retrieve a supplier

GET / v1 / climate / suppliers /:id

Retrieves a Climate supplier object.

Parameters

No parameters.

Returns

A Climate supplier object.

Response

List suppliers

GET / v1 / climate / suppliers

Lists all available Climate supplier objects.

Parameters

No parameters.

More parameters

  • ending _ before string
  • limit integer
  • starting _ after string

Returns

A dictionary with a data property that contains an array of up to limit suppliers, starting after supplier starting_after. Each entry in the array is a separate supplier object. If no more suppliers are available, the resulting array is empty.

Response

Last verified 2026-09-24

Is this helpful?