#shane_docs
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1298415643799978007
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- shane_docs, 6 days ago, 18 messages
Hi there
By "give customer money back", you mean some sort of credit they can use for their next Invoice, not an immediate refund, right?
Yes, that's very accurate!
Also, the amount of credit granted could be greater than their next sub's value, in that case, I hope the remaining balance would be carried over into their future subs, rather than going to waste
Say if a sub's cost is 100, I granted them 500 at once, then it will be used towards their next 5 subs
I think that's all I can think of for now. Thank you so much for your help and take your time!

I recommend testing this out. You likely want to use balance transactions to grant them a credit: https://docs.stripe.com/billing/customer/balance
I see, what is the use case of a credit note vs a customer balance transaction?
Credit notes are added to specific invoices: https://docs.stripe.com/invoicing/dashboard/credit-notes
Whereas the customer credit balance is reconciled against their next invoice(s)
Ah, then I should go with customer balance transaction, if I want to test this out in the developer mode, is there a way to new a customer balance transcrtion object from dashboard? or I have to do it via cli or in code
You can use the Dashboard or API: https://docs.stripe.com/billing/customer/balance#modifying
Happy to help!
Hi, just want to get back to you that in this case, customer balance transaction is the right answer!
๐
Glad that worked for you!