#ruif90-invoice-number
1 messages ยท Page 1 of 1 (latest)
@novel hatch Did you need an answer?
There's details in invoice numbering here: https://stripe.com/docs/invoicing/customize#invoice-numbering-schemes
21 means 2021, and I wanted to find a way to automatically do it, without needing to come here in at midnight and change it to 22 ๐
I could build a worker, but, I would need that to be changeable via api
That can't be configured via the API I'm afraid, no
alright, thank you
changing the prefix will only apply for new invocies right?
and all new invoices will be affected?
Yes, you'd need to manually update any old invoices (if you needed to)
Np!
last question ๐
how do I manually update an old invoice? I'm for instance inside this https://dashboard.stripe.com/invoices/in_1JzJXBEYfqDYL1x8xDpCTsNX invoice
but I don't know how to change the invoice number
Hmm, not sure you can when status: 'paid'
ha damn it :d
Yeah, don't think it's even possible to update via the API (when draft)
Generally once finalised (open) it's immutable
๐
"Next live invoice sequence" basically if I want the invoices to start from 1 again, I just change this from the current number to 1 right?
Yep!
๐