#klavik
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/api/customers/create#create_customer-tax_id_data you need to specify the tax ID when you create the customer, there's no API to update it later
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So if the customer was to enter an incorrect code - there's no way to update it after the fact?
Is there a reason for that?
I was wrong, this is the ID to create a tax ID https://stripe.com/docs/api/tax_ids/customer_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.
If you want to edit the ID, delete the old ID and create a new one, see https://stripe.com/docs/billing/customer/tax-ids?dashboard-or-api=api#managing
Is there an easier way to determine the type of the id based on the country? Or do i need to define them all in my project and then look it up from there?
https://stripe.com/docs/billing/customer/tax-ids#supported-tax-id you can find the list of supported tax ID and their associated countries here
Ok, so no way to determine it through an API