RyzeDeskRyzeDesk

Stripe

4105 articles

Updates Received Debits to enable bank transfer types other than US bank accounts


  • 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

FieldChangeFrom → to
V2. MoneyManagement. ReceivedDebit. bank_transfer. us_bank_accountChangedrequired → optional

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-07-29. 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?