#josephxcii
1 messages · Page 1 of 1 (latest)
Hi 👋
Do you mean a Customer credit in Stripe or something that you keep track of internally?
I was hoping to use the Customer Credit as the internal amount owed as well
You could use the Customer Credit balance and that would automatically be applied to invoices generated by a Subscription. The next question is whether or not you want them to continue the Subscription after the credit balance is fully utilized.
For sure, and thank you for the response. The problem I'm running into is that the total balance is applied to the NEXT invoice on the subscription. I'd looking to set up a Credit Balance to be paid by subscription over time. For example, a Balance of $3000k is established and the customer is on a $100/month subscription and each monthly payment pays down the Customer Balance.
When you test this out that's the behavior you see?
Yes, the next invoice in the subscription will have the entire Customer Balance + the monthly subscription
That's not the behavior I just tested on my account. I created a -$1,500 credit balance and then invoiced a customer for $144. The $144 was deducted from their account as I expected and the rest of the credit balance remains. An upcoming invoice with a total amount of $800 still shows that it will charge $0 next month.
Ok, does the customer have an active subscription as well?
Yes
I did a one-off invoice because I don't have any subscriptions with test clocks created for this customer
Hmm, ok. I can't even send an invoice to the customer with an amount not including the Credit Balance
Perhaps I misunderstood your use case. Any existing credit balance will always be applied to any invoice for that customer as long as the credit balance is not $0
Ok, that is in line with what I'm experiencing. I thought I could use the Credit Balance to create a customer debt that the customer can pay down over time. i.e. 100/month
But it's a credit, not debt.
If you want to pay down a specific amount over time
That is closer to using Subscription Schedules to create an installment payment plan: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans
That is correct. Its called a "Customer Credit Balance" however you can create debit transactions to create customer debts. It seems to work both ways but is always applied to the next invoice
Yes, that's how it works (all invoices). So if you want something more specific to a certain set of debts Subscription Schedules may be a better option for you
Great, I'm in the docs you sent over now. I appreciate your time here! Cheers!