#gourav-kumar_code

1 messages · Page 1 of 1 (latest)

regal nexusBOT
#

đź‘‹ 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/1339209695394664558

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

runic kindle
#

all funds—including those meant for future transfers—
You should create the transfers directly after the charge is created.

#

Is this the case for you? if not how much time you are willing to wait before creating the transfer ?

night fable
#

No, we do not create the transfer immediately after the charge is made. Instead, we wait for admin approval before transferring funds to the connected account.
The transfer timing is not fixed—it depends on when the admin confirms the payment. It could be a few hours, days, or even longer based on internal verification.

runic kindle
#

In this case you should disable automatic payouts if the timing could exceeds the payout interval

night fable
#

any other way to hold the funds in stripe balance using the code ?

runic kindle
#

Also, keep in mind that you can't hold funds indefinitely in your Stripe Account, it needs to be paid out to your bank account

#

It's general 90 days expect some countries

runic kindle
night fable
#

Ok , but how can we hold 90 days ?

runic kindle
#

If you disable automatic payout, they'll remain in your Stripe balance

night fable
#

ok only this is the way we can hold the funds in our stripe balance and transfer later the payment to connected account

runic kindle
#

Correct.

night fable
#

If we use the transfer_group method in our code, will the funds remain in the Stripe balance, or will they be transferred to our bank account when the payout is processed?

runic kindle
#

transfer_group is just for tracing the the charge'e related transfers

#

it doesn't block the related funds from beeing paid out.

night fable
#

ok

regal nexusBOT
hallow nacelle
#

đź‘‹ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!

night fable
#

But how many other marketplaces work with the Stripe Connect account facility? Everyone wants an escrow-like feature, which is essential in such cases. I think Stripe should provide an alternative solution instead of manual payouts. We don’t have a big team to manage all this—we want the entire process to be automated.

hallow nacelle
#

I'm not sure I get your requirement here

night fable
#

can you please check previous chat

hallow nacelle
#

can you please summarize?

night fable
#

Hello Stripe Support Team, We are using Stripe Connect with the Separate Charges and Transfers approach for our platform, where customers make payments, and we distribute the funds between our platform and multiple connected accounts (experts/vendors).
Since we use automatic payouts, all funds—including those meant for future transfers—are getting sent to our bank account.
We do not want to switch to manual payouts because it would require manual fund management.

The Problem:
Since we use automatic payouts, all funds—including those meant for future transfers—are getting sent to our bank account.
We do not want to switch to manual payouts because it would require manual fund management, which we want to avoid.
We need a way to keep funds in Stripe until we confirm the transfer, without stopping automatic payouts for our normal subscriptions.

#

What We Need:
We are looking for a solution where:

Subscription payments continue auto-payouts to our bank account as usual.
Payments for our connected accounts (experts) remain in Stripe until admin confirmation.
Once confirmed, the held funds are automatically transferred to the expert’s connected account without manual intervention.

hallow nacelle
#

manual payout doesn't mean that you won't be able to automate it

#

it just means that your code needs to generate the payouts whenever you want

night fable
#

Means ?? for manual payouts we need to payout with our code in our bank account

#

there is no option to in stripe dashboard to transfer the fund in bank account in manual case

hallow nacelle
#

no you can create manual payout with your code

#

not using the dashboard

night fable
#

but in stripe dashboard there is an option to set payout to manual

hallow nacelle
#

please read this doc

night fable
#

I am asking the payout for our main stripe dashboard account

#

not for connected account payout settings

hallow nacelle
#

ok

#

but even then, you can do that using your code

night fable
#

ok

hallow nacelle