#deep k - connect
1 messages · Page 1 of 1 (latest)
hey there, it sounds like you should read about Connect and the various payment flows/models supported by that:
https://stripe.com/docs/connect
This requires setting up connected accounts to receive funds using one of several payment flows
Hi @alpine siren , Thank you. I read the information and seems like there is no exact way Stripe can be used with a secret key to integrating.
However, this might solve the situation I am in, Kindly correct me if I am wrong.
When sellers signup on to the platform, I ask them to connect their Stripe account the platform.
Seller will be redirected to Stripe and will login and give access
After which, everytime his products are sold, money will be transferred to his stripe account
Is this possible?
Yes, that is one valid flow. We do not recommend using connected account API keys directly. Connected accounts are the recommended way to handle such flows instead.
If those users have their own full Stripe accounts (either existing ones you connect to or new ones you initiate for them), you'd want to explore using Direct charges to create payments:
https://stripe.com/docs/connect/accounts#choosing-approach
https://stripe.com/docs/connect/direct-charges#get-started