#yatinj
1 messages · Page 1 of 1 (latest)
You'd start by looking at Connect which enables facilitating multi-party payments: https://stripe.com/docs/connect
Your business/product would be the Connect platform, and your sellers would be connected accounts (likely standard accounts). You can take a application/platform fee from each payment the seller(s) make
Thanks for the message. Actually, As an admin, I can not use stripe connect as I am not having the stripe credentials of the seller. Also, I can not generate new accounts all the time. So, is there a way I can store the seller's token or something when I manually register the seller to my platform? And after that, I make use of their seller's token to directly transfer the payment by customers.
No, you can't payout/transfer to third-party's from Stripe without them having a Stripe account
See, Suppose they have a stripe account. And They can not able to register on my website by themselves. Because I am creating sellers manually. Right? In this case, I contact them and make sure they have a stripe account (If not registered, I make sure they register). Now in this case, which information do I take from a seller while manually registering him on my website? Is it a good idea to take stripe public and private keys from them or any type of token?
You'd need to onboard them and their accounts onto your platform using Account Links: https://stripe.com/docs/connect/standard-accounts
Is it a good idea to take stripe public and private keys from them or any type of token?
No, don't do that. You use Connect to establish a relationship between your platform and their account, which will unlock ability for you to process payments on their behalf, transfer to their account, etc.
Okay, thanks for the information.