Create custom currency
Creates a new custom currency in the environment.
Authorizations
Server API Key
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Body
Request body for creating a new custom currency
The unique identifier for the new custom currency
1 - 255^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$The display name of the custom currency
64The symbol used to represent the custom currency
64Description of the currency
255Singular and plural unit labels for a custom currency. Both fields are required when supplied.
Additional metadata to attach to the custom currency
Response
The newly created custom currency object.
Response object
A custom currency used to denominate credit-based entitlements and pricing
