#gautier_api
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/1465726683821899867
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
You'd need to use the Tax ID API for that..
https://docs.stripe.com/api/tax_ids/customer_create
You can delete the old Tax ID associated with the customer and re-create with the new information
https://docs.stripe.com/api/tax_ids/customer_delete
Thank you very much for your answer. also two things that are unclear to me. I would love you to answer:
- is it possible to create an invoice on a customer that does not have a verified address / tax id / name ? Or these verifications are only useful for tax collection ?
- can i attach tax ids to customers without collecting tax on the invoice ? In this case (tax id attached to user but no tax collection), do i pay for the tax module ?
thanks alot
is it possible to create an invoice on a customer that does not have a verified address / tax id / name ? Or these verifications are only useful for tax collection ?
Yes, invoice creation does not require verification of any sort. It's mostly for tax calculations.
can i attach tax ids to customers without collecting tax on the invoice ? In this case (tax id attached to user but no tax collection), do i pay for the tax module ?
I believe so.. You can setautomatic_tax.enabledtofalse
https://docs.stripe.com/api/invoices/create#create_invoice-automatic_tax