#leo-nf-frontend_api
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.
- leo-nf-frontend_invoice-receipts, 2 days ago, 28 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/1242148864538968094
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
HI 👋
Are you referring to a receipt or an invoice?
Both
One or the other
Let's do invoice
Okay and the issue that is occurring is the you are not seeing the billing address in the header of the invoice?
Yes
We document where this comes from here: https://docs.stripe.com/invoicing/customize#billing-shipping-addresses
Stripe uses a customer’s address as the billing address on the invoice PDF.
When you use the Address Element to collect billing address info, it saves this data to the Payment Method
You can listen for the completion of the form and update the Customer record with this information though
I see thanks
Are the taxes calculated from the billing address of the card or the billing address of the customer?