#Jeyem
1 messages ยท Page 1 of 1 (latest)
Can you share what "customers" refer here? Do you mean paying out to connected account, or charge to customer then refund to customer's card?
no our software create an escrow between people so after process we are going to release this escrow to other people
I see! Stripe doesn't support paying out to customer's card in this case.
One way I can think of is using Connect [0] that you collect the funds from the customer, then payout to the connected account holder.
I'd read the transfers to accounts and I know how o create and connect accounts but it would be more productive for us to payout directly to their card
thanks for your help
No problem! Happy to help ๐
@prisma talon we don't have even any method that directly send amount from business balance to bank accounts ?
Stripe only allows paying out from the balance to your bank account. For Connect, the platform balance can be transferred to the connected account and paid out to connected account's bank account.
yes got it, but is there any quick process that after transfer to connected account , auto payout to connected bank account ?
we don't want to say hey we transfer balance to your Stripe account go to your account and payout the balance amount to your bank account
A platform is able to control the payout schedule and it can be automatic: https://stripe.com/docs/connect/manage-payout-schedule
Once the balance is transferred from the platform to connected account, it'll be paid out according to the payout schedule
so there is instant payout to connected account but when I create an custom or express accounts I get error Cannot create payouts: this account has requirements that need to be collected.. Please provide those fields to re-enable payouts. and I can not create an standard account throw API. ๐ฆ
Stripe requires completing onboarding before paying out. For each account type, you can refer to its doc to complete onboarding using account_links:
- Standard: https://stripe.com/docs/connect/standard-accounts
- Express: https://stripe.com/docs/connect/express-accounts
- Custom: https://stripe.com/docs/connect/connect-onboarding
You may refer to the test credentials here: https://stripe.com/docs/connect/testing