#365TekHaus
1 messages · Page 1 of 1 (latest)
Hello 👋
So if I understand correctly, you need to issue an invoice outside the usual subscription cycle, which then debits the customer balance correct?
If so, we have docs on that here
https://stripe.com/docs/billing/invoices/subscription#generating-invoices
Thanks @uncut dock ,
Let me describe a scenario.
A customer has $100 in his account, I want to deduct $20 per day from this balance if the customer purchases for that day.
How can this be implemented?
Customer balance can only be applied to an invoice. So you'd need to create a one-off invoice for this.
Will this invoice always be sent to the customer for approval each time he is billed?
Depends on the collection_method you set when you create the invoice
How can I create a one-off invoice to deduct $20 from the customer's balance on each purchase?
via Dashboard: https://stripe.com/docs/invoicing/dashboard
Thanks.
I'll try it out now and revert