Public preview
Expands bank account identification details in payout method responses Public preview
What’s new
Adds the swift_code and branch_number properties to the bank_account hash on the Payout Method object. Both properties return null when the information isn’t available or doesn’t apply to the bank account.
Impact
You can now access additional bank account identification details when retrieving Payout Methods. The swift_code property contains the bank’s the related setting or BIC code, and the branch_number property contains the branch identifier.
Changes
| Parameters | Change | Resources or endpoints |
|---|---|---|
| branch_number swift_code | Added | V2. MoneyManagement. PayoutMethod. 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-02-25. 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.
