#nic - connect

1 messages ยท Page 1 of 1 (latest)

dim knollBOT
silent jungle
#

Hi ๐Ÿ‘‹

Are your users Stripe Connect Accounts? What is their relationship to your Stripe account?

red stirrup
silent jungle
#

So they only exist in Stripe as Customers?

#

nic - connect

red stirrup
severe shuttle
#

๐Ÿ‘‹ Taking over this thread

#

What customer UI are you referring to?

Every connected account type provides different accessibility to Stripe Dashboard/UI: https://stripe.com/docs/connect/accounts#choosing-approach

In general, the dashboard access will be:

  • Standard: full dashboard
  • Express: express dashboard
  • Custom: no access
red stirrup
#

From my app, I need to have a link so they can withdraw the money they have placed in their account.

severe shuttle
#

Stripe Connect is for business models like marketplaces and software platforms, and its related tools to route payments between businesses, customers, and recipients who need to get paid.

Put it simply, you will create a connected account for each customer that you're going to pay out to. You will create your own UI for the amount to transfer and call Stripe transfer API to make a transfer: https://stripe.com/docs/connect/charges-transfers

red stirrup
#

Wonderful. Got it