#nic - connect
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Are your users Stripe Connect Accounts? What is their relationship to your Stripe account?
They pay us a subscription through Stripe.
So they only exist in Stripe as Customers?
What you are describing is a basic Connect scenario. If you are not already familiar with Stripe Connect I recommend you start reading here:
https://stripe.com/docs/connect/explore-connect-guide
nic - connect
Great. How about the customer UI for something like this. I will need to explain it to the customer and have the appropriate flow. Any suggestions here?
๐ 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
From my app, I need to have a link so they can withdraw the money they have placed in their account.
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
Wonderful. Got it