---
title: "Get Stripe Configuration"
method: GET
path: "/stripe/configuration"
---

# Get Stripe Configuration

`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.

## Headers

- `x-client-secret` string, required — A secret token identifying the client connecting to the API

## Response `200`

Successful Response

- SupplierStripeConfiguration
  - `id` string, required
  - `account_id` string, required — Stripe account ID of the supplier's connected account
  - `credit_product_price_per_tonne` string, nullable, required — Price per tonne for carbon dioxide removal; set by the supplier. See `currency` field for the currency.
  - `verification_product_price_per_tonne` string, nullable, required — Price per tonne for verification; set by Isometric. See `currency` field for the currency.
  - `currency` string, nullable, required — Currency used for this account (ISO 4217 code)
  - `isometric_terms_and_conditions_url` string, required — URL to the Isometric terms and conditions

## Other responses

- `404` — Supplier not set up for Stripe Connect
- `422` — Validation Error

---

[API](https://skmtc.net/isometric/apis/isometric-registry-api.md) · [All operations](https://skmtc.net/isometric/apis/isometric-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/isometric/isometric-registry-api/revisions/2e31eeb1cb99/schema)
