#JigarBhaliya-stripe-connect

1 messages · Page 1 of 1 (latest)

eternal temple
#

Hey! I assume you've been reading about Connect? https://stripe.com/docs/connect

Specifically to answer your Qs:

  1. The platform account would need to be a standard Stripe account.
  2. Sounds like you'd need separate charges & transfers: https://stripe.com/docs/connect/charges-transfers

Learn how to route payments between multiple parties.

With Connect, you can make charges on your platform account on behalf of connected accounts, perform transfers separately, and retain funds in the process.

prisma pier
#

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.

eternal temple
#

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

prisma pier
#

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?

eternal temple
#

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

prisma pier
#

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?