#riptired
1 messages · Page 1 of 1 (latest)
Hi, I think you're looking for this, https://stripe.com/docs/billing/customer/balance. There is not a way to do this directly via Stripe Checkout and it would only work for invoices.
Okay but if I am selling products though checkout how will this balance affect the customer?
These can only impact future invoices. So if they have a Subscription via a Checkout, it would decrease the amount owned in the next invoice
Like I want to give a customer $200 in credit so when they go to stripe checkout any order with a total amount less than $200 will be free
I don't use subscriptions, these are all single shot items
It won't work then, you'd offer a coupon in this case
but a coupon only works on a per order basis
That is correct
So I am SOL then?
No, you can track this on your end. You look at the amount before creating the Checkout and then offer a lower price etc.
Can I offer a price of 0?
i.e. if i track that a customer has $200 of credits, and their order is $10, can I provision a Checkout session where the cost is 0?
Additionally if I give them a coupon for $100 off, and the order total is $50, what happens?
I thought we support a 100% off coupon, you should test this on your end