Currencies (USD & EUR)
PLATFORM_NAME supports two charge currencies for merchant payments and for subscription billing:
| Currency | Code | Notes |
|---|---|---|
| US Dollar | USD | Default for many organizations |
| Euro | EUR | FX to internal USD settlement uses the platform exchange configuration |
Where this applies
- Hosted checkout —
POST /checkout/create/acceptscurrency: "USD"or"EUR"only (see Create payment). - Payment links — Each link stores a
currencyon creation; checkout start may override within USD/EUR (see Payment links (dashboard)). - Subscriptions — When subscription billing is enabled for your organization, amounts and renewals are expressed in USD or EUR only (see Subscriptions).
Other currencies are not supported for these flows.
EUR payments
EUR checkouts require a valid USD/EUR exchange configuration on the platform. If the rate is missing, EUR payment creation may fail with an error indicating that EUR is unavailable.
See also: Create payment · Payment links (dashboard) · Subscriptions