#Nidhi-token
1 messages · Page 1 of 1 (latest)
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
sure
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
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.
you want https://stripe.com/docs/payments/capture-later instead. Those are the current docs, for PaymentIntents. Tokens/Charges are legacy, ignore that other doc.
one more question for holding a amount it is mandatory to have a stripe express account?
no, that's entirely separate
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?
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).
Oh ok at the time of splitting amount to multiple users at that time we need this connect account right ?
you need Connect for that use case yes
Can we perform payout with a standard account as well?
if you want to explicitly control payout timing you need Express or Custom
OK, so what is the payout timing for the standard accounts(By default)?