#lucasnguyen1707
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- lucasnguyen1707, 19 hours ago, 16 messages
- lucasnguyen1707, 3 days ago, 9 messages
- lucasnguyen1707, 4 days ago, 8 messages
- lucasnguyen1707, 5 days ago, 8 messages
here is my subscription test
Invoice number isn't subscription specific, you'll also see invoice number on invoice that generated by invoicing API
So what is "0001", "0002", ... mean for?
I intend to use this number to count paid invoices of one subscription
That's just a sequential number generated for an inovice https://stripe.com/docs/invoicing/customize#invoice-numbering-schemes
So my invoice number is based on customer so if I create another subscription with the same customer. The first next invoice number should be 136A86AD-0005, right?
Yes, unless you change it https://stripe.com/docs/invoicing/customize#invoice-number
Do you have any idea of counting the paid invoice of 1 subscription, sir?