Adds balance types to the Balance Transactions API
What’s new
Adds the balance_type field to the Balance Transaction object.
Impact
You can now see what kind of balance a transaction impacts, including issuing, payments, and refund_and_dispute_prefunding. This improved categorisation allows you to reconcile your balance changes faster.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| balance_type | 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: 2025-05-28. basil
- 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.