#gruneth_code
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/1313574138669039656
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Here you can update the adress but also add tax ids: https://billing.stripe.com/p/session/test_YWNjdF8xR3Y0cHNBODZ5cmJ0SVFyLF9SS2cwcTNPcEdTNGhWSVg2UGxqVE1JNWlOZGtrZ0Ey0100KvZd8zRM/customer/update
Hello! No, we don't provide Stripe Elements for this, but you can use your own HTML form inputs and make the required API calls using your own code.
Alright
May I ask another question? Where to best collect the address for billing.
1: When a customer makes a setup intent and adds or changes a payment method, the customer must enter the address. The advantage is that the address can be auto-completed without me using a Google Maps Api Key. Somehow the address is only stored with the payment method and I would have to use a webhook to update the customer address.
2: Make a separate option for the customer where they can only change the address.
Either of those will work. The best one depends on your specific use case and needs.
If the customer has no address will the address of the default payment method be used instead for the invoice? Would really like to not use an webhook just to copy.
I don't believe so, no. The Invoice only uses the address on the Customer.