#mrelliot69-payout
1 messages · Page 1 of 1 (latest)
My question is in order to implement instant payouts using express do i need to change the settings on the platform account to manual payouts insted of auto?
Also i would like to understand what exacly the instant payout/payout do. From what i understand the payout basically will move the amount avaiable on balance to the connected account bank
are you there?
Yes, payout should be set to manual for instant payout [0].
[0] https://stripe.com/docs/connect/manage-payout-schedule
manual prevents automatic payouts. You will have to manually pay out the account’s balance using the Payouts API (acting as the connected account). You also set an account to manual to use Instant Payouts.
1- So in order to use instant payouts i would have to set both the connected account and the platform to manual on the payouts schedulle settings?
2 -could you elaborate on the "acting as the connected account"
3 - Also i would like to understand what exacly the instant payout/payout do. From what i understand the payout basically will move the amount avaiable on balance to the connected account bank
1- So in order to use instant payouts i would have to set both the connected account and the platform to manual on the payouts schedulle settings?
For payout to connected account, manual payout setting is only required on connected account. Platform payout is from Stripe to platform's account
2 -could you elaborate on the "acting as the connected account"
As mentioned in Instant Payout doc, you will need to use Stripe-Account header to payout for the connected account. https://stripe.com/docs/connect/instant-payouts#creating-an-instant-payout
3 - Also i would like to understand what exacly the instant payout/payout do. From what i understand the payout basically will move the amount avaiable on balance to the connected account bank
It's instant that the funds typically appear in the associated bank account within 30 minutes.
1 - So i can have the platform payout shedulle settings in auto - to pay to x connected account on the time that is defined on the platform and then have y connected accounts with their settings on payouts to manual to pay whenever i define ?
2 - alright, i tought since the payout is made by the platform i would do it like the other calls
3 - right what i'm trying to understand is the flow of funds
because from what i understand when a charge is made on the platform using destination charges, then the defined on the destination amount is transfered as balance to the connected account
and then when a payout is made this balance is "converted" to money with a transfer to the connected account associated bank
any news on this?
Sorry, the server is busy now; looking into the questions now
Platform payout and connected account payout are two different things. Platform payout is from Stripe to platform bank account whereas connected payout is from Stripe to connected bank account. Can you elaborate what you want to achieve here?
i have some clients that dont mind being paid for example on 3 days and i have others that whant to receive the funds right away when a charge is processed
so what i'm trying to understand is how i can accomplish this
and define their payouts schedulle "custom"
What kind of charge type are you using? Destination charge or Separate charges and transfer?
here, but i would appreciated if you check the entire topic since will give you context
You can set the payout schedule differently for each individual account. You can learn more about this here: https://stripe.com/docs/connect/manage-payout-schedule
can you explain what a payout do when using express/destination charges
the payout is made only to pass the money from the connected account balance to his bank account?
also i'm confused with the payouts shcedulle from the platform and the connected accounts... i tought that the payout schedulle globally was managed by the platform payout settings and not the connected account
can you explain this