#Sapnil
1 messages · Page 1 of 1 (latest)
Hi
You can start by choosing the right Account and Charges Type by reading these guides:
https://stripe.com/docs/connect/accounts
https://stripe.com/docs/connect/charges
I think, you can design a system where each user is a Customer(to purchase a service) and a Connected Account (receive funds by selling a service)
I tried this using stripe connect, but I see when my app redirect user to stripe oauth, then stripe is asking for business details/pan....however I actually want just money transfer, where user are authenticated against stripe oauth and app is registered in stripe and using that client Id to just money transfer. Like in gpay we can do transactions.
but I see when my app redirect user to stripe oauth, then stripe is asking for business details/pan
Yes that's required.
You can't just transfer money between users without verifications.
verification is fine...but anyway to skip filling business details....we are not performing any business...just allowing users to pay/receive simply?
just individual person to person transaction is required
The lightest Connected Account Type is Express:
https://stripe.com/docs/connect/express-accounts
Check the individual business types.