#bogny
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- bogny, 2 minutes ago, 3 messages
I think tax_id_data expects an array but you seem be passing an object/hash
https://dashboard.stripe.com/test/logs/req_LYrEolXOwIEVIr
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I've passed as associative array, same as metadata or address, but in doc is written that must be an array of hashes... which type of hashes?
you're only passing in a value key, you need to pass the type too
https://stripe.com/docs/api/customers/create#create_customer-tax_id_data
In node it'd look like [ { type: 'xxxx', value: 'yyyy' } ]
I've resolved, must be an array of an associative array to be work.. probably because should be more tax_id passed