#jogui_best-practices
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/1374692477189099620
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, that is not supported. You can however, pass your internal invoice id in the metadata: https://docs.stripe.com/api/invoices/create#create_invoice-metadata
sorry, i see my wording was not correct. Is not the invoice.id (for example 'in_1MtHbELkdIwHu7ixl4OzzPMv') but the invoice number, that is sequentiall and shown to the user in the receipt pdf
Ah, you can set that: https://docs.stripe.com/invoicing/customize#invoice-number
I read that article, but i want to send a custom string, not define in stripe some ruleset/criteria
Any further customization is not supported, you can use the metadata in this case.
it seems invoice.number is fully updatable, gonna try it