#Sairony-update-tax-id
1 messages · Page 1 of 1 (latest)
Hi there 👋 please bear with me a moment while I take a closer look at that flow.
When updating the tax ID for a Customer record, that isn't done directly through the customer update function, but instead uses this function to add new IDs:
https://stripe.com/docs/api/customer_tax_ids/create
And this one to remove existing IDs:
https://stripe.com/docs/api/customer_tax_ids/delete
Ah, thanks!
Any time!