#Estela
1 messages · Page 1 of 1 (latest)
Can you clarify a bit of what you mean by "establish" here? Is there a certain doc or API call that you are looking at?
When I create a Customer I can set "tax_ids" and I would like to do the same for a connected account
Thank you for the clarification. Checking in to this and will get back to you
Thanks!!
I'm finding a way to set this in the dashboard for a platform account but not the API for connected accounts yet https://stripe.com/docs/invoicing/taxes/account-tax-ids#adding-removing
Are you using our invoices API here by the way? Or something else?
Yes, I need de TaxId forthe invoice!
Unfortunately I am still not seeing a setting for this in the API. I can put in a feature request but in the mean time I think you will need to pass in these tax IDs via the account_tax_ids parameter https://stripe.com/docs/api/invoices/create#create_invoice-account_tax_ids
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Let me check this
I think this last option could help us. We are going to try it and if we do not know we will write again
Sounds good! Glad that can help