Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds 20 new bank account types for cross-border payouts in Global Payouts


Public preview

Adds 20 new bank account types for cross-border payouts in Global Payouts Public preview

What’s new

Adds support for 20 additional countries as cross-border payout destinations in Global Payouts. It also adds the following values for those countries to the read-only default_outbound_destination.type enum on the Account v2 object’s recipient configuration:

  • ao _ bank _ account : Angola
  • az _ bank _ account : Azerbaijan
  • bd _ bank _ account : Bangladesh
  • bo _ bank _ account : Bolivia
  • br _ bank _ account : Brazil
  • cl _ bank _ account : Chile
  • ga _ bank _ account : Gabon
  • gh _ bank _ account : Ghana
  • gi _ bank _ account : Gibraltar
  • hn _ bank _ account : Honduras
  • kr _ bank _ account : South Korea
  • kz _ bank _ account : Kazakhstan
  • la _ bank _ account : Laos
  • ne _ bank _ account : Niger
  • ng _ bank _ account : Nigeria
  • ni _ bank _ account : Nicaragua
  • py _ bank _ account : Paraguay
  • sa _ bank _ account : Saudi Arabia
  • sm _ bank _ account : San Marino
  • uy _ bank _ account : Uruguay

Impact

You can now create bank accounts for your recipients in these countries to receive payouts using Global Payouts. You can use OutboundSetupIntents to create the bank accounts and OutboundPayments to send the payouts. These bank accounts can also serve as the default outbound destination on the recipient accounts.

Changes

ValuesChangeEnum
ao_bank_account az_bank_account bd_bank_account bo_bank_account br_bank_account cl_bank_account ga_bank_account gh_bank_account gi_bank_account hn_bank_account kr_bank_account kz_bank_account la_bank_account ne_bank_account ng_bank_account ni_bank_account py_bank_account sa_bank_account sm_bank_account uy_bank_accountAddedV2. Core. Account. configuration. recipient. default_outbound_destination. type

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-05-27. 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?