#john_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/1231975564340887562
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Can you clarify a bit here? You want to charge an end-customer for your Connected Account user but then have those funds paid out to a different 3rd party vendor?
Hi,
so, we have a seller with a Connected account on our platform. This seller receives payment from the customers. Periodically, this seller has to pay fees to its vendors.
Ah okay, the way to accomplish this would be to use Stripe Treasury: https://docs.stripe.com/treasury
The vendor is not a third-party but rather has a Customer or Connected account on our platform
https://docs.stripe.com/connect/account-debits
https://docs.stripe.com/connect/subscriptions#connected-account-platform
I was looking into debit
If they are a Connected Account of yours, then you could charge your own Connected Account then transfer to that other Connected Account
And yes, Account Debits would work for that
can the vendor account be a non-Connected account?
No
ok. Can we generate invoice to the seller's Connected account 'on-behalf-of' the vendor's Connected account?
No you can't make "grandfather" requests
You can only make requests that deal directly with your own Connected Account.
Nor two of your Connected Accounts -- they would have to be Connected to each other and then the one that is the platform is the only one that can initiate requests
so, as a platform account, we can debit the money from the seller's Connected Account and then transfer the money to the vendor's Connected account?
Yes that works if the vendor account is in the same region as your platform
As you would be using https://stripe.com/docs/connect/charges-transfers to send those funds to that Connected Account
thank you, @agile kindle
Sure
how does the Treasury solution work? Is it for transferring funds to external accounts that are not on Stripe platform?
yes