RyzeDeskRyzeDesk

Stripe

4105 articles

Adds support for tracking transfers from connected accounts to financial accounts


Public preview

Adds support for tracking transfers from connected accounts to financial accounts Public preview

What’s new

Adds the ability to track Transfers that move funds from a connected account’s Balance to your platform’s Financial Account. When your platform receives funds through this method, the transaction appears as a Received Credit.

The balance_transfer property of Received Credit objects now includes:

  • A new transfer value in the type enum
  • A new transfer property that contains the ID of the associated Transfer object

Impact

You can now track and reconcile funds that were transferred from a connected account’s Balance to your platform’s Financial Account by examining the balance_transfer.transfer property on Received Credit objects.

If your integration processes Received Credit objects, update your code to handle the new transfer type in the balance_transfer.type enum. You can optionally use the new transfer property to access additional transfer details.

Changes

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: 2025-12-15. 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?