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_
. A refund of a payment from a Stripe balance creates a balance transaction with a positive amount that has the new typebalance_ payment_ debit stripe_
.balance_ payment_ debit_ reversal