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
- View your current API version in Workbench.
- 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
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.