#helena_unexpected
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/1339173447414317130
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
Here's a screenshot of the duplicate invoice numbers for the same customer.
can you share the two Invoice ID (in_xxx)?
in_1QpXFJDOkQuZ6Q4MTnoebI8h and in_1Qp7nfDOkQuZ6Q4MXrSCJAXl
thanks. you can set your own Invoice number if needed, with this parameter: https://docs.stripe.com/api/invoices/create?lang=node#create_invoice-number
Since we only use stripe for invoices, we would like to use stripe's automatic sequential numbering.
Is there a way to guarantee that it's sequential for each customer, and the number isn't repeated?
wait, did you check your invoice numbering settings?
https://dashboard.stripe.com/test/settings/billing/invoice
I don't see the invoice numbering settings, I'm assuming because the account is on an older version of stripe.
We are considering upgrading to have access to this setting.
Is the setting "Sequentially for each customer" going to guarantee we don't have duplicates?
I am asking this because it seems like the default setting already.