#Ji_net-api-error
1 messages · Page 1 of 1 (latest)
Hey there. There's no such field when updating a customer. It can only be passed on create: https://stripe.com/docs/api/customers/create#create_customer-tax_id_data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok I didn't notice that, but please if you have any suggestions, I actually let the customer update the country and enter a VAT number so I'm creating a quote at this point so he checked the TTC total himself, first we used to create temporary customer to just simulate this process, but the problem is that we receive many notifications every time we create temporary customer
so for this reason we decided to update the current customer, but if that tax_id_data field doesn't exist in update, do you have any suggestions to resolve our problem please!
we just need "to simulate" the quote every time the customer choose different country