Skip to main content
GET
Get Stripe Configuration

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API

Example:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Response

Successful Response

account_id
string
required

Stripe account ID of the supplier's connected account

credit_product_price_per_tonne
string | null
required

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

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
currency
string | null
required

Currency used for this account (ISO 4217 code)

id
string
required
Required string length: 20 - 37
Examples:

"ssc_1EFF4PWKE1S0TF1S"

"ssc_1FH1888QSSBXWB18"

isometric_terms_and_conditions_url
string
required

URL to the Isometric terms and conditions

verification_product_price_per_tonne
string | null
required

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

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$