v2

latestOpenAPI 3.1.02026-08-054181117.0 KB

Get Stripe Configuration

Get Stripe configuration for the current organisation. This will return 404 if the current organisation is not set up for Stripe Connect.

get/stripe/configuration

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Response

Successful Response

idstring required
account_idstring required

Stripe account ID of the supplier's connected account

credit_product_price_per_tonnestring nullable required

Price per tonne for carbon dioxide removal; set by the supplier. See currency field for the currency.

verification_product_price_per_tonnestring nullable required

Price per tonne for verification; set by Isometric. See currency field for the currency.

currencystring nullable required

Currency used for this account (ISO 4217 code)

isometric_terms_and_conditions_urlstring required

URL to the Isometric terms and conditions

Example response

{
  "id": "ssc_1EFF4PWKE1S0TF1S"
}