#jarrett - tax ids
1 messages · Page 1 of 1 (latest)
There is not -- you'd collect this with your own form and transmit to the API: https://stripe.com/docs/invoicing/customer/tax-ids#using-api
then Stripe performs some validation and you can ultimately inspect that by retrieving the customer using expansion to request tax and/or tax_ids:
https://stripe.com/docs/api/expanding_objects
https://stripe.com/docs/api/customers/object#customer_object-tax_ids-data-verification
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.
Does that get you what you need @worldly pulsar ?