#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/1262942729780854855
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! No, connected account to connected account is not possible. It's usually paid out from Platform -> connected account
how vendors of a seller can be paid on Stripe platform?
I think what you want is probably : https://docs.stripe.com/connect/separate-charges-and-transfers
e.g.
A Seller on platform is a Connect account.
Payment is transferred to the Seller's Connect account. At a certain point some of the funds needs to bee paid to different vendors of Seller
https://docs.stripe.com/connect/separate-charges-and-transfers - this flow is probably what you want. I suggest going through it first. Let me know if you have specific questions about this flow
I do not think this will work
Here is my scenario
- Seller on our Platform is a Connect account.
- For some Sellers we need to create Direct Charges
- At some later point, the Seller needs to pay to its vendors/sub-contractors.
How can the Seller pay to its vendors/sub-contractors?
You can create charges with on_behalf_of so that the seller appears on the bank statement of the customer. Subsequently, you would take a larger application fee, then transfer the funds to the vendors / sub-contractors who are also connected accounts
maybe you can explain more about what doesn't fit your criteria for what I just explained?
you mean transfer to the vendors/sub-contractors will come out of the larger application fee?
oh, sorry ignore the bit about an application fee. The payment is on your platform anyway
so there's no need to take an application fee
you would transfer all of the funds separately to the seller and vendor / sub-contractors
technically, the vendors/sub-contractors are specific to the Seller.
They can be a Connect account on our Platform but the source of funds transfer has to come from the payments that the Seller receives
so, ideally, the source of funds is Seller's Connect account and destination is Sub-vendor's Connect account
yes, everything that I mentioned seems to meet your requirements still
and to make it more interesting, for some Seller needs to create Direct Charges
what's your reasoning for needing to create Direct Charges on those sellers?
just a business requirement
could you please explain once more, what solution will work here?
You can create charges with on_behalf_of so that the seller appears on the bank statement of the customer. Subsequently, you can then transfer the funds to the vendors / sub-contractors who are also connected accounts
Without knowing exactly why you need to create direct charges, there's not much I can say other than you can possibly use charges with on_behalf_of too
Knowing the background context on why you need to use direct charges would allow us to be able to better advise you
with on_behalf_of on Charges, when the transfer is created, will it come from Platform account or Seller's Connect account?
I am sorry if I sound confused
The settlement merchant is the connected account for on_behalf_of. The payment and funds is on the platform account. The transfer moves the funds from the platform account to the connected account.
The detailed explaination of on_behalf_of is here : https://docs.stripe.com/connect/separate-charges-and-transfers?platform=web&ui=stripe-hosted#settlement-merchant.
The Separate Charges and Transfers page which I previously shared also has a diagram for the movement of funds
is there a way to bypass the Platform here? With Direct charges, the funds will not appear on the Platform account
No, there's no way to bypass the platform. There's no way to move funds from connected account to connected account. All money movement must pass through the platform.
even for direct charges, if you want to transfer funds to the vendors, the platform will need to take a larger application fee (i.e. this will still go through the platform) and then transfer funds to the vendors from that application fee amount