Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Expands bank account identification details in payout method responses


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

ParametersChangeResources or endpoints
branch_number swift_codeAddedV2. MoneyManagement. PayoutMethod. bank_account

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: 2026-02-25. preview
  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 .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?