#Nidhi-token

1 messages · Page 1 of 1 (latest)

vapid smelt
#

Hi! I'm not sure I understand. Can you clarify exactly what you are trying to do, and what is the issue?

#

@livid flame Can we continue the discussion here?

#

Here's your message (to make sure we don't loose it):

Ok so basically what we need to do is we want to hold payment for few days and after that we want to split the payment to multiple accounts
we went through the hold a card docs https://stripe.com/docs/charges/placing-a-hold#capture-the-funds but we're not able to understand the token part which was mention in the documentation

livid flame
#

sure

minor patrol
#

the token part which was mention in the documentation
which part exactly? Can you show me the exact part?

#

ah ok

#

those docs are old, ignore them.

livid flame
#

one more question for holding a amount it is mandatory to have a stripe express account?

minor patrol
#

no, that's entirely separate

livid flame
#

Ok so when will do multiparty payment at that time do we need this connect/express account ?

#

And I'm confused what is the purpose of this express account because everything can be done without an express account so why do we need that?

minor patrol
#

you need to use Connect(which means creating Stripe accounts(Standard or Express/Custom)) if you have a use case where there are multiple parties involved who recieve the money.

#

i..e if it's just , you have an online store and you sell T-Shirts to end-customers, that doesn't need Connect.

#

If you have a ride-sharing app where you charge customers for a ride and then keep some of the money yourself and give the rest to the driver, that's Connect(and the driver might have an Express account).

livid flame
#

Oh ok at the time of splitting amount to multiple users at that time we need this connect account right ?

minor patrol
#

you need Connect for that use case yes

livid flame
#

Can we perform payout with a standard account as well?

minor patrol
#

if you want to explicitly control payout timing you need Express or Custom

livid flame
#

OK, so what is the payout timing for the standard accounts(By default)?