#deep k - connect

1 messages · Page 1 of 1 (latest)

alpine siren
#

This requires setting up connected accounts to receive funds using one of several payment flows

wintry haven
#

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?

alpine siren
#

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

With Connect, you can make charges directly on the connected account and take fees in the process.

Learn more about the different types of Stripe accounts you can use with Connect.