Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds a new enum value representing a ReceivedDebit failure due to an international transaction


Adds a new enum value representing a ReceivedDebit failure due to an international transaction

What’s new

Treasury financial accounts can’t send or receive funds from international sources, including international ACH transactions. This update introduces the international_transaction enum value on ReceivedDebit.failure_code.

Added

failure_code.international_transaction nullable enum

International transactions can’t pull funds from the FinancialAccount.

Impact

Users can now identify ReceivedDebit transactions that have failed due to coming from an international source.

Changes

ValuesChangeEnums
international_transactionAddedTreasury. ReceivedDebit. failure_code
international_transactionAddedTreasury. ReceivedCredit. failure_code

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: 2024-09-30. acacia
  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-25

Is this helpful?