#Giriraj

1 messages ยท Page 1 of 1 (latest)

south galeBOT
errant loom
#

Hi there!

vagrant isle
#

Hi!

errant loom
#

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

vagrant isle
#

this flow i can follow or not? buyer -> platform -> seller.

errant loom
#

What do you mean by "I can follow"?

vagrant isle
#

i mean i can go with above flow or not?

errant loom
#

Of course, that's what Stripe Connect is for.

#

But the seller will need a Stripe account.

vagrant isle
#

right now coach and mentee both are customer.

#

is there any easy way to c2c payment?

errant loom
#

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

vagrant isle
#

ok thank you. now i got it.

errant loom
#

Happy to help ๐Ÿ™‚

vagrant isle
#

one more question which is best Standard, Express, or Custom?

#

mentee can pay with card only for now.

errant loom
#

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
vagrant isle
#

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?

true lotus
vagrant isle
#

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?

true lotus
#

Sorry, I don't understand the question, would you mind trying to rephrase it?

vagrant isle
#

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?

true lotus
#

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

Learn what required verification information you need to collect for each country when using Connect.

vagrant isle
#

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)

true lotus
#

I'm really sorry, but I don't understand what you're trying to ask.