Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Expands cross-border payout destinations to 12 additional countries


Public preview

Expands cross-border payout destinations to 12 additional countries Public preview

What’s new

There are now 12 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 Accounts v2 object can now also be populated with the following destinations:

  • bt _ bank _ account : Bhutan
  • cr _ bank _ account : Costa Rica
  • do _ bank _ account : Dominican Republic
  • gt _ bank _ account : Guatemala
  • md _ bank _ account : Moldova
  • mk _ bank _ account : North Macedonia
  • mo _ bank _ account : Macao
  • mz _ bank _ account : Mozambique
  • pe _ bank _ account : Peru
  • pk _ bank _ account : Pakistan
  • tw _ bank _ account : Taiwan
  • uz _ bank _ account : Uzbekistan

Impact

Recipients in these 12 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
bt_bank_account cr_bank_account do_bank_account gt_bank_account md_bank_account mk_bank_account mo_bank_account mz_bank_account pe_bank_account pk_bank_account tw_bank_account uz_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-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?