Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Introduces new customer balance transaction types


Introduces new customer balance transaction types

What’s new

We’re introducing two new customer balance transaction types: checkout_session_subscription_payment and checkout_session_subscription_payment_canceled, and a new field checkout_session to the customer balance transaction.

Impact

This change affects users who use Checkout:

  • When completing checkout, transactions made to the customer balance are marked as the checkout _ session _ subscription _ payment type and checkout _ session is populated by the corresponding session ID.
  • If the session expires, this reverses the customer balance transaction and marks the reverse transaction as the checkout _ session _ subscription _ payment _ canceled type and checkout _ session is populated by the corresponding session ID.

Changes

ParameterChangeResources or endpoints
checkout_sessionAddedCustomerBalanceTransaction
ValuesChangeEnum
checkout_session_subscription_payment_canceled checkout_session_subscription_paymentAddedCustomerBalanceTransaction

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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-25

Is this helpful?