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
| Parameter | Change | Resources or endpoints |
|---|---|---|
| currencies_supported | Removed | Account |
Upgrade
- View your current API version in Workbench.
- 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
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.