GET
/
stripe
/
configuration
Get Stripe Configuration
curl --request GET \
  --url https://api.sandbox.isometric.com/registry/v0/stripe/configuration \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "account_id": "<string>",
  "credit_product_price_per_tonne": "<string>",
  "currency": "<string>",
  "id": "ssc_1EFF4PWKE1S0TF1S",
  "isometric_terms_and_conditions_url": "<string>",
  "verification_product_price_per_tonne": "<string>"
}

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

Examples:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Response

200
application/json

Successful Response

The response is of type object.