- Breaking changes
- Public preview
Updates Received Debits to enable bank transfer types other than US bank accounts Breaking changes Public preview
What’s new
Updates bank_transfer.us_bank_account on ReceivedDebit objects to be optional instead of required to enable additional bank transfer types beyond US bank accounts.
Why is this a breaking change?
Previously, us_bank_account on the ReceivedDebit bank_transfer hash was required. It’s now optional. If your integration reads this property without checking for its presence, it could encounter null values for debits that use a different payment method type.
Impact
If your integration processes ReceivedDebits on Financial Accounts, update any code that assumes us_bank_account on the bank_transfer hash is always present. Check for the property before accessing it.
Changes
| Field | Change | From → to |
|---|---|---|
| V2. MoneyManagement. ReceivedDebit. bank_transfer. us_bank_account | Changed | required → optional |
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: 2026-07-29. 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.