- Breaking changes
- Public preview
Replaces the related setting code with BIC in Financial Addresses Breaking changes Public preview
What’s new
Replaces swift_code with bic on the credentials.us_bank_account hash of the Financial Address object. BIC (Bank Identifier Code) is the standard term for what was previously labeled as a the related setting code.
Why is this a breaking change?
Previously, swift_code returned the BIC on credentials.us_bank_account. If your code reads swift_code from Financial Address responses, it will no longer receive this property. You must update it to read bic instead. If your code passes swift_code in requests, those requests will fail.
Impact
If your code currently reads or sets swift_code on Financial Address objects, you must update it to use bic instead.
Changes
| Parameters | Change | Resources or endpoints |
|---|---|---|
| bic | Added | V2. MoneyManagement. FinancialAddress. credentials. us_bank_account |
| swift_code | Removed | V2. MoneyManagement. FinancialAddress. credentials. us_bank_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: 2026-06-24. preview
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
