#Liam
1 messages · Page 1 of 1 (latest)
We want to allow our members to use their account balances towards payments.
This should just work inmode: 'subscription'
We'll only apply customer balance amounts to invoices (i.e. recurring payments)
When I say account balance I mean our internal account balance. We hold an account balance on our website to give members a balance for referrals etc. Is there a way I can pass this value as a discount to a checkout session?
You'd use the customer balance: https://stripe.com/docs/billing/customer/balance
Checkout should automatically apply any balance there to eligible sessions
So I'd guess you'd keep that balance in sync with your internal balance. Otherwise there's no way to apply ad-hoc discounts other then via a Coupon or creating inline prices: https://stripe.com/docs/products-prices/pricing-models#inline-pricing
Alright, thanks a lot for the info I'll look into keeping account balances in sync with their stripe customer balance