#philipp_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1420428859538407498
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- philipp_api, 4 hours ago, 4 messages
You're referring to tax registrations for accepting automatic tax on payments? ie: https://docs.stripe.com/tax/registering
I realize that I can do this through the Dashboard - but how to do this for connected accounts? My platform needs to pay out freelancers - to facilitate this, they need to set up a connected account first. During the express onboarding wizard, it doesn't ask them anything about their tax registrations
Sorry that was a question
You want to set up tax registrations for accepting automatic tax payments?
You wouldn't really do this on an express account if so
This is something that should be done on your platform
Because you should never be doing direct charges on express accounts anyway
Destination charges are the proper flow
But also tax is kind of a complicated thing that we're not super familiar with in here (there's tons of legal implications on how it's remitted)
But https://docs.stripe.com/tax/connect is a good place to start with connect integrations. There's https://docs.stripe.com/tax/tax-for-platforms and https://docs.stripe.com/tax/tax-for-marketplaces depending on your setup
Not sure if I understand you. Basically, I'm using the API to create an invoice on behalf of the freelancers, using our own company as the recipient contact.
I don't want to use destination charges, because payments to the connected accounts should be triggered by events coming from our backend (payments goes to our account, then gets released to connected account once milestone is reached). So here's the full flow I'm trying to make work:
- Customer send payment to my company account
- Freelancer completes work
- x% of payment gets transfered to freelancer connected account
In order for step 3 to work correctly, we need to create that invoice on behalf of the freelancer to ourselves, with the correct sales tax depending on the freelancers tax registration
Hi there! I'm taking over from my colleague. Will get to you once I'm done with other threads.
If I understand your question properly, you can add registrations for your connected accounts via the API. Our docs do a good job of walking you through how to do this [0].