RyzeDeskRyzeDesk

Stripe

4105 articles

Adds validation for active financial addresses to Outbound Payments and Transfers


Public preview

Adds validation for active financial addresses to Outbound Payments and Transfers Public preview

What’s new

Outbound payments and outbound transfers now return the new 400 error code financial_address_creation_required when an active FinancialAddress is required. To remediate the error, create a new FinancialAddress.

Impact

This change prevents outbound payments and outbound transfers from silently failing when an active FinancialAddress is required and missing. To comply with wire transfer funds traceability regulations in some markets, we have to initiate outbound transfers and payments from an active FinancialAddress.

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-07-30. 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-27

Is this helpful?