#rushikesh
1 messages ยท Page 1 of 1 (latest)
๐ Do you have a specific example Invoice or Subscription ID that's showing the issue that I can look at?
You can share those IDs here!
So there's two things I want to explain here:
- I think you've made a mistake and have accidentally made a Subscription that's charging for $0.30 per year instead of $30.00. You need to create a new price and change it so that the amount is
3000because we consider these amounts to be in the smallest unit of currency (which for USD is cents) - The reason it's saying the next Invoice will charge $0.60 is because the previous Invoice (for $0.30) was below the minimum chargeable amount ($0.50). When that happens, we apply that amount to the customer credit balance to be combined in the next Invoice (see https://stripe.com/docs/billing/customer/balance#examples)
Oh yes I was giving the example in dollars but I meant it to be cents as I am testing that flow currently
Yeah the dollars vs cents issue is why you're getting a weird next invoice - if you switch back to dollars you should see it go back to $30 every invoice
Thanks I will test it with dollars @late pecan that was huge help
๐