#JigarBhaliya-stripe-connect
1 messages · Page 1 of 1 (latest)
Hey! I assume you've been reading about Connect? https://stripe.com/docs/connect
Specifically to answer your Qs:
- The platform account would need to be a standard Stripe account.
- Sounds like you'd need separate charges & transfers: https://stripe.com/docs/connect/charges-transfers
We don't have driver like entity present in flow. I have explored destination charges, but i don't have any idea how to hold payment from customer until job is completed.
Yep, that's where separate charges & transfers are better here. You can charge the customer for the job, then when job is complete, transfer an amount to the provider
There is only single connected account, where i need to transfer payment (after taking platform fee). Do i need to configure manual payout for this?
Well a payout is a different step in the process (sending funds from Stripe to a bank account)
If you want to transfer from the platform to the connected account, that document details how
Ok, Got it. One last question,
will creating transfer automatically transfer funds in connected accounts? if No, How to trigger that transfer after job completion?