Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Global Payouts adds support for 13 new countries for cross-border payouts


Public preview

Global Payouts adds support for 13 new countries for cross-border payouts Public preview

What’s new

Adds 13 additional countries where your recipients can create bank accounts and receive payouts for cross-border payouts using Global Payouts and Accounts v2. The read-only default_outbound_destination enum on the Account v2 object can now also be populated with the following destinations:

  • al _ bank _ account : Albania
  • dz _ bank _ account : Algeria
  • am _ bank _ account : Armenia
  • bw _ bank _ account : Botswana
  • bn _ bank _ account : Brunei
  • gy _ bank _ account : Guyana
  • jm _ bank _ account : Jamaica
  • jo _ bank _ account : Jordan
  • kw _ bank _ account : Kuwait
  • ma _ bank _ account : Morocco
  • om _ bank _ account : Oman
  • lk _ bank _ account : Sri Lanka
  • tz _ bank _ account : Tanzania

Impact

Recipients in these 13 countries can now create bank accounts and receive cross-border payouts using Global Payouts. You can use Outbound Setup Intents to create bank accounts, and receive payouts from Outbound Payments. These bank accounts can also serve as the default outbound destination on the recipient accounts.

Changes

ValuesChangeEnum
al_bank_account am_bank_account bn_bank_account bw_bank_account dz_bank_account gy_bank_account jm_bank_account jo_bank_account kw_bank_account lk_bank_account ma_bank_account om_bank_account tz_bank_accountAddedV2. Core. Account. configuration. recipient. default_outbound_destination

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: 2025-12-15. 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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-25

Is this helpful?