#mitsu_api

1 messages Β· Page 1 of 1 (latest)

fervent lightBOT
#

πŸ‘‹ 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/1430061441179844610

πŸ“ 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.

subtle zodiac
#

Hi! Give me a moment! Looking into your query!

subtle zodiac
#

Can I check what your use case is for this? Why is there a need to do a transfer from a Standard connected account to the platform?

frozen siren
#

I have a Platform account.
On my system, there are many users, but I don’t want to create connected accounts for them (because when users withdraw money, the Platform has to pay the Stripe payout fees).

Each user has their own Stripe account (Stripe Connect Standard), and they connect it to my Platform via Stripe OAuth.

When a user sells a product on the system, the Platform temporarily holds the user’s money β€” for example, it holds 1,000,000.

Now, when the user wants to withdraw their money,
β†’ I want to transfer the funds from the Platform account to the user’s Stripe Connect Standard account.

How can I do that?

subtle zodiac
#

So to confirm the transfer is from the Platform to the Standard connected account? Not the other way around?

frozen siren
#

Is it possible to transfer money from a Platform account to a Stripe Connect Standard account?

subtle zodiac
#

However, looking at the use case you mentioned, we typically advise using a Direct charge for standard connected accounts instead of Separate Charges and Transfers.

frozen siren
#

Case 1:
Seller β†’ OAuth β†’ Platform
Buyer 1 β†’ PaymentIntent 10,000 β†’ Platform (1,000) + Seller (remaining amount after fees, taxes, etc.)
Buyer 2 β†’ PaymentIntent 20,000 β†’ Platform (2,000) + Seller (remaining amount after fees, taxes, etc.)
...etc.
In other words, the seller is paid out on each PaymentIntent.
This model is feasible, right?

#

Case 2:
Seller β†’ OAuth β†’ Platform
Buyer 1 β†’ PaymentIntent 10,000 β†’ Platform (10,000 minus fees, taxes, etc.)
Buyer 2 β†’ PaymentIntent 10,000 β†’ Platform (20,000 minus fees, taxes, etc.)
Buyer 3 β†’ PaymentIntent 10,000 β†’ Platform (30,000 minus fees, taxes, etc.)
...etc.
β†’ The Platform account holds the funds for the seller.
β†’ If the seller wants to withdraw 25,000 from the Platform account to their Stripe Connect Standard account, is that possible?

subtle zodiac
#

For Connect set up I would recommend for you to reach out to Stripe Support - https://support.stripe.com/contact. They'll be able to advise you on your questions! We mainly assist with developers who want to integrate directly with the Stripe API here on this channel. If you're having issues with the API here, I can help with that.