#hy1989_api
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/1410617539716976742
๐ 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.
- hy1989_api, 3 days ago, 13 messages
Please can some one please respond on this
Hi, the billing credits, https://docs.stripe.com/billing/subscriptions/usage-based/billing-credits are for usage-based billing. From the limited information you share, it looks like you'd likely want to use https://docs.stripe.com/invoicing/dashboard/credit-notes
You can add a credit note for the amount for taxes.
actually,We are applying customer invoice balance using coupons. During renewals, the invoice is generated with tax applied even when the amount is deducted from the invoice balance. We want to avoid applying tax for customers who renew their subscriptions using the customer invoice balance..
in order to avoid the tax, planning to use the credit grants but un-fortunately amount is not deducting from the credit grants in subscription renewals
Can you share an example of what you're seeing here?
Subscription price: 100.00 USD
Tax rate: 18% (exclusive) โ Tax = 18.00
Invoice totals before balance: Subtotal 100.00 + Tax 18.00 = 118.00
Customer Balance available: 118.00
Stripe applies balance after tax โ Amount due = 0.00, Tax line still shows 18.00
Customer Balance decreases by 118.00
but customer is not paying the amount..amount is deducting from invoice balance in this scenarion we want to avoid applying tax for the customer
Can you share the subscription id for this example please?
I just tested this using automatic tax, and I can confirm that you can update the subscription and disable the tax: https://docs.stripe.com/api/subscriptions/update?api-version=2025-07-30.preview#update_subscription-automatic_tax
If you can share the example for the above scenario, I can see how you're using Tax.