#Giriraj
1 messages ยท Page 1 of 1 (latest)
Hi there!
Hi!
If you want to send money to users, you need to use Stripe Connect and each user will need a Stripe account. You can learn more about this here: https://stripe.com/docs/connect
this flow i can follow or not? buyer -> platform -> seller.
What do you mean by "I can follow"?
i mean i can go with above flow or not?
Of course, that's what Stripe Connect is for.
But the seller will need a Stripe account.
right now coach and mentee both are customer.
is there any easy way to c2c payment?
No it's not possible with Stripe. You will need to create a Stripe account for the seller, either Standard, Express, or Custom. You can learn more about this here: https://stripe.com/docs/connect/accounts
ok thank you. now i got it.
Happy to help ๐
one more question which is best Standard, Express, or Custom?
mentee can pay with card only for now.
That's completely up to you.
- Standard: the selling has access to a full Stripe account
- Express: the seller has access to a simplified Stripe dashboard
- Custom: we usually don't recommend Custom because it's a very complex integration
ok i m go with Express. but when coach(customer) has add his bank detail that time can i create stripe connect account with basic detail. like name, email, bank?
Hi ๐ jumping in as my teammate needed to step away. Yes, you can prefill information that you have already collected when creating Express Connected Accounts:
https://stripe.com/docs/connect/express-accounts#create-account
above things i m implemening on node js. no, coach(seller) is like customer. no need to verify other detail and no need to fill other information. then how can i go ahead?
Sorry, I don't understand the question, would you mind trying to rephrase it?
coach(seller) is like customer. without basic detail it's possible while create stripe account for seller. like, country, business_type, business_profile and etc.
while create customer needed few details is require like, name email.
same thing i need to implement while add stripe connect account. it's possible?
I'm still not really sure what you're asking. If you don't have any details for the Connected Account previously, then you can create the Connected Account without those details and allow the onboarding process to collect the necessary details.
What information needs to be collected depends on the country of the account, service agreement type, account type, and capabilities. To see what information will need to be collected for your scenario, you can use this page:
https://stripe.com/docs/connect/required-verification-information
only below information will fill that's ok for me? remaining information is not require for me.
i will do above thing in node js. will fill above screnshot detail manually. bcz not require other detail. i need to just payment to coach.
my flow is:
1. 2 customer first one is Coach(seller) and second one is mentee(Buyer)
2. when Coach add his bank detail that time i will create stripe connect account using backend node js.
3. when mentee(buyer) purchage bundle. i need to directly pay to Coach(seller)
I'm really sorry, but I don't understand what you're trying to ask.