#nukesforbreakfast_unexpected
1 messages ยท Page 1 of 1 (latest)
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.
- nukesforbreakfast_unexpected, 1 day ago, 16 messages
- nukesforbreakfast_api, 1 day ago, 24 messages
- nukesforbreakfast_docs, 4 days ago, 16 messages
- nukesforbreakfast_docs, 6 days ago, 36 messages
๐ 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/1240036956352544889
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
The invoice linked above was created on_behalf_of: acct_1PEGWrPctytVkKwP
As far as I know, it should include the address that's associated to the customer.
https://docs.stripe.com/invoicing/customer#addresses
Looking..
was the address on the customer added after the invoice was finalized?
It was added as part of the customer creation call.
Ah yup, I see.
if I create a new draft invoice in the test dashboard, the PDF preview doesn't show the address either.
the draft invoice ID is in_1PGRmKB7kbjcJ8QqNyge8Iva
Does this only happen for connect scenarios? Like have you tested this with non-connect flow by any chance?
I can attempt to create a non-connect invoice for this customer now.
I finalized this invoice, the PDF is still missing the billing address: in_1PGRmKB7kbjcJ8QqNyge8Iva
this is not a connect invoice, but is for that same customer.
I see hmm. let me check if I can reproduce
I've asked a colleague to take a look too. @thick laurel will let you know once we have an update!
It looks like the address is missing country
yup ๐ once you add the country, it should work
๐ Stepping in for my teammate. Not automatically, no. You can edit a finalized invoice but this will void the original invoice and create a new one: https://docs.stripe.com/invoicing/invoice-edits
will invoice items be ordered on the invoice PDF based on their period value?
Ah, sorry for the delay!