#shubham.kaushalya
1 messages · Page 1 of 1 (latest)
hi there, can you share the request id [0] where your attempt is failing? it'd look like req_xxx
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
it's not possible like what the error message mentions. The error message mentions the expected values.
ok thanks you mean unknown won't be work here ?
yes, unknown is not an accepted value
can you please confirm why this is acceptable with this ?
you should be referring to 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.
that spec which you're referring to is the Invoice object
Some legacy Customer objects might have tax id unknown, but that's not a value that we accept as mentioned in 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.
thanks Alex