RyzeDeskRyzeDesk

Stripe

4105 articles

Adds new balance transaction types for inbound transfers and reversals


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

ValuesChangeEnum
inbound_transfer inbound_transfer_reversalAddedBalanceTransaction

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-04-22. dahlia
  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?