#edutomesco
1 messages · Page 1 of 1 (latest)
From the API reference looks like tax_id_data is
https://stripe.com/docs/api/customers/update
Looks like you can create the tax ID with a different API call
https://stripe.com/docs/api/customer_tax_ids/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks!