Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

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


Public preview

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

What’s new

There are now 15 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:

  • ae _ bank _ account : United Arab Emirates
  • ag _ bank _ account : Antigua and Barbuda
  • bh _ bank _ account : Bahrain
  • gm _ bank _ account : Gambia
  • hk _ bank _ account : Hong Kong
  • kh _ bank _ account : Cambodia
  • lc _ bank _ account : Saint Lucia
  • mc _ bank _ account : Monaco
  • mg _ bank _ account : Madagascar
  • my _ bank _ account : Malaysia
  • qa _ bank _ account : Qatar
  • rw _ bank _ account : Rwanda
  • th _ bank _ account : Thailand
  • tt _ bank _ account : Trinidad and Tobago
  • vn _ bank _ account : Vietnam

Impact

Recipients in these 15 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
ae_bank_account ag_bank_account bh_bank_account gm_bank_account hk_bank_account kh_bank_account lc_bank_account mc_bank_account mg_bank_account my_bank_account qa_bank_account rw_bank_account th_bank_account tt_bank_account vn_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: 2026-01-28. 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?