Adds BalanceTransaction types related to pay with Stripe balance
What’s new
Adds two balance transaction types to represent payments from a Stripe balance and refunds of those payments. Payments from a Stripe balance are available for connected accounts to pay subscription fees to their platform.
Impact
This change applies only to Connect platforms that collect subscription fees from their connected accounts’ Stripe balances. Payments from a Stripe balance generate transaction data on both the platform and the connected account.
- On the platform, the payment creates a balance transaction with a positive amount that has the existing type payment .
- On the connected account, the payment creates a balance transaction with a negative amount that has the new type stripe _ balance _ payment _ debit . A refund of a payment from a Stripe balance creates a balance transaction with a positive amount that has the new type stripe _ balance _ payment _ debit _ reversal .
Changes
| Values | Change | Enum |
|---|---|---|
| stripe_balance_payment_debit_reversal stripe_balance_payment_debit | Added | BalanceTransaction. type |
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-03-31. basil
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
