RyzeDeskRyzeDesk

Stripe

4105 articles

Supported currencies are defined on the country spec for an account's country


Breaking changes

Supported currencies are defined on the country spec for an account's country Breaking changes

What’s new

Removes the currencies_supported property from the Account object. You can find a list of supported currencies by retrieving a Country Spec object for the country of the account.

Impact

Streamlines the Account object by removing the currencies_supported property, simplifying data management. You now need to retrieve currency information from the Country Spec object specific to the account’s country.

Changes

ParameterChangeResources or endpoints
currencies_supportedRemovedAccount

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
  • If you don’t use an SDK, update your API requests to include Stripe-Version: 2016-03-07
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?