#jan123459371

1 messages ยท Page 1 of 1 (latest)

stray eagleBOT
#

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.

burnt fossil
#

Can you elaborate? Also a screenshot would help

quasi yacht
#

which screenshot :D.

I need to know how I can add a tax ID on a stripe connect express account.

#

i can specify tax-ids ("txi_...") on creating an invoice. But for stripe connect express accounts I need to know how I can create tax ids for. the particular account

burnt fossil
#

looking tho

quasi yacht
#

there is no page

#

I am in dev-channel hence I need the api call for that ๐Ÿ˜‰

burnt fossil
#

That's the API endpoint I linked above
Update account API

#

txi_xx tax IDs are for customers

are you looking to add VAT IDs/Company Tax ID to invoices?

quasi yacht
#

yes

#

but for "stripe connect accounts"

burnt fossil
#

I'd recommend filling out the form

quasi yacht
#

curl https://api.stripe.com/v1/accounts/{{CONNECTED_ACCOUNT_ID}}

-u "sk_test_51NDoCcFbb57yWjuKcWJEmP0DfjJg5BZ2GqDTUAGuQg4xeLccsCnXTBCyI0WYwcYDGqSaxUa5jRzWdyse7WSniKB700sLwAFpUR

:"
-d "settings[invoices][default_account_tax_ids][0]"=atxi_123
-d "settings[invoices][default_account_tax_ids][1]"=atxi_456

#

the "atxi_456" is the id for the Tax-ID of an account. There should be a way which is not beta to create that ๐Ÿ˜‰

burnt fossil
quasi yacht
#

thanks so far