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
| Parameter | Change | Resources or endpoints |
|---|---|---|
| transfer | Added | V2. MoneyManagement. ReceivedCredit. balance_transfer V2. MoneyManagement. ReceivedCredit. balance_transfer |
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: 2025-12-15. preview
- 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.