#dizzzmas_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/1346119385810735247
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, taking a look here
Yeah, Stripe calculate Taxes on payments and not transfers. For more information our support team will be able to assist you better than I can: https://support.stripe.com/contact
We've tried contacting support, but the docs & on_behalf_of APIs we've been pointed to didn't work for separate charges & transfers scenario.
I guess going for a direct charge on behalf of the connected account would solve it.
But for our business model it's essential to be able to split the purchase between several parties which the documentation implies is possible only through separate charges & transfers
Hi Dmytro,
Thank you so much for taking the time to write back again.
In order to assist you in the best possible way, the reason why there is no tax/VAT information on the express Dashboard is because you're using separate charges and transfers. It is because the platform is the merchant of record. The tax will just appear on Platform account.
https://docs.stripe.com/connect/separate-charges-and-transfers#:~:text=Create separate charges and transfers to transfer funds from one,s)%20to%20your%20connected%20accounts.If you would like this information to be shown on your Express account Dashboard, you can use direct charge or on behalf of, in the following link you can find information about the on behalf of parameter and direct charges:
https://docs.stripe.com/connect/charges#on_behalf_of
https://docs.stripe.com/api/payment_intents/object#payment_intent_object-on_behalf_of
https://docs.stripe.com/connect/charges#:~:text=The type of charge you,determines which account Stripe debits
I hope all the information provided has been useful for you.If you consider there is something else I can help you with, don’t hesitate to reach me again. I’ll be very happy to assist you at any time! Please let me know when you have further questions!
was just wondering if there are any APIs that could help with our use case
our connected accounts should be able to see VAT on every transaction coming into their account
this has been a problem for us to the point of considering doing royalty bookkeeping inside our database & automating Stripe invoices for payouts where VAT would be properly handled
You're using an Express Connected Account, https://docs.stripe.com/connect/express-accounts which Direct Charges are nto recommended. We can't speak to how Tax impications work on this channel as we do not have expertise there
ok, thanks for your attention