Adds new balance transaction types for inbound transfers and reversals
What’s new
Adds the inbound_transfer and inbound_transfer_reversal values to the type enum on the Balance Transaction object. These balance transaction types track funds added to your balance when an Inbound Transfer v2 funds your balance or when an Inbound Transfer v2 fails.
Impact
You can now identify balance transactions related to inbound transfers directly in Balance Transaction objects. Use the following types to track funds movement:
- inbound _ transfer : Identifies an inbound transfer transaction
- inbound _ transfer _ reversal : Identifies a reversal of an inbound transfer
This helps you monitor funds activity when inbound transfers are reversed on your Financial Account v2.
Changes
| Values | Change | Enum |
|---|---|---|
| inbound_transfer inbound_transfer_reversal | Added | BalanceTransaction |
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-04-22. dahlia
- 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.