#bwurtz_tax-registration
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1248319038585704483
đ Have more to share? Add details, code, screenshots, videos, etc. below.
You have to configure it on that connected account's Dashboard
Maybe try setting https://docs.stripe.com/api/tax/settings/update#update_settings-head_office-address first?
bwurtz_tax-registration
Can I enable tax through the API for a connected account? Or does the connected account need to enable it for themselves using the Dashboard?
They shouldn't need to do anything themselves but you do need to make sure they have the right settings first. Can you try the call I mentioned above?
OK. And yes I can update using the settings call you mentioned above. Thank you!
It's just a little annoying that it doesn't default to the business address they entered when they created the account
yeah that's fair
Is there a way I can pull the connected account registered business address using the API?
I don't actually save the address on my end. They just enter it in Stripe when they create the accoun
*account
It doesn't look like this $stripe->accounts->retrieve('acct_1Nv0FGQ9RKHgCVdK', []); returns the address
no that's impossible. You'd have to ask them and then configure it
OK thank you
@polar dust someone on my team found https://docs.stripe.com/tax/tax-for-platforms which explains that you can even have Tax data collected during onboarding to simplify things
Awesome that's exactly what I was looking for