Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds BalanceTransaction types related to pay with Stripe balance


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

ValuesChangeEnum
stripe_balance_payment_debit_reversal stripe_balance_payment_debitAddedBalanceTransaction. type

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-03-31. basil
  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 .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?