#MerriBan
1 messages · Page 1 of 1 (latest)
Hello! We have documentation and code samples for triggering manual Payouts on connected accounts here: https://stripe.com/docs/connect/manual-payouts
ok i was looking in the wrong place before
just a question
If the payouts are set manual, theorically the funds can stay in the connect account more than 90 days(since i'm not in US)?
And the other question is: what about manual payouts without API?
Yes, they can technically stay in the account for a long period of time. Not sure I understand your second question, can you provide more details?
I meant what is the procedure to execute payouts of a connect account without using API. I've read somewhere in documentation that manual payouts can be done from the dashboard or from API. Is there the possibility or this function is related to platform account payouts?
Ah, yeah, you can do it via the Dashboard. If you go into a connected account's detail page there should be a Pay out account balance button if they're on manual payouts.
I'm trying it (TEST Mode) but it doesn't allow me to click on the send button
And right now i've tried the command of the documentation you sent:
stripe payouts create
--stripe-account {{CONNECTED_ACCOUNT_ID}}
--amount=1000
--currency=eur
--source-type=bank_account
But tells me:
{
"error": {
"code": "balance_insufficient",
"doc_url": "https://stripe.com/docs/error-codes/balance-insufficient",
"message": "Fondi insufficienti nel tuo account Stripe per questo trasferimento. Il tuo saldo SEPA è troppo basso. Puoi utilizzare l'endpoint /v1/balance per visualizzare il tuo saldo Stripe (per ulteriori dettagli, consulta la pagina stripe.com/docs/api#balance).",
"message_code": "insufficient_funds_of_type",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_zqM4dRNaTIvNlr?t=1682100125",
"type": "invalid_request_error"
}
}
There has to be an available balance to pay out, otherwise you won't get the option and will see that error.
In the Dashboard for that account what does it say under "Available to pay out"?
In test mode you can make payments that bypass the pending balance using test card 4000000000000077. Otherwise you need to wait for funds to move from pending to available over time.
And the question is what are the pending times and what they depond on?
There are details about that here: https://stripe.com/docs/payouts
Wait
this is my scenario
I set up a checkout session where i charge a client, and create a split payment that gives my platform a commission and to a connect the other funds
Once this payment is completed, those funds are now in total funds of the connect
What i can't understand and find in the docs, is how do the funds in total get "Available to pay out" and in how much time?
That's on the page I linked you to, in the Payout speed section here: https://stripe.com/docs/payouts#payout-speed
While payout schedule refers to the cadence your funds are paid out on (for example, day of the week), payout speed refers to the amount of time it takes for your funds to become available. The payout speed varies per country and is typically expressed as T+X days.
okok
So i need anyway to way some days to get it available
But is it because stripe makes some checks or stuff like that?
Yes, in live mode. In test mode though you can bypass the pending balance and make the funds immediately available using the test card I mentioned above.
Yeah, it has to do with the funds settling and whatnot.
There are also instant payouts if you need things to happen faster: https://stripe.com/docs/payouts#instant-payouts
Right👌
But they also need to be as available funds?
Not in the same way, no. Have a look here: https://stripe.com/docs/payouts/instant-payouts
So i can access them, but with a 1% more cost
anyway thanks a lot for the help, i'll try now the new card number
👌
Happy to help!