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
| Values | Change | Enums |
|---|---|---|
| international_transaction | Added | Treasury. ReceivedDebit. failure_code |
| international_transaction | Added | Treasury. ReceivedCredit. failure_code |
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: 2024-09-30. acacia
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
