#Najah-connect
1 messages · Page 1 of 1 (latest)
Hey there! Connect does sound like the correct product here, but there would be some development required for the integration
we used Stripe for the first part
and planning to use stripe connect for the second we can use them both right?
(using the api-secrets of our users)
This isn't really the recommended integration path (and which Connect alleviates)
Yep, absolutely! You can charge your users for a recurring/one-time payment with Stripe and then enable them to use Connect to charge their customers
so the stripe connect type= standard is not recommended for non developer users ? as I understood
There will be some level of integration required for any type of Connect. With Standard/Express you'll need to facilitate onboarding users
I am sorry it's not clear enaugh for me can you explain how our users can charge their customers with stripe standard (now we know how to create account link for them to let them connect with stripe) but we struggle with the rest
With standard connected accounts, you'd be processing direct charges: https://stripe.com/docs/connect/direct-charges
How do you currently integrate with Stripe to charge your users?
we created stripe account we created our product and multiple prices
users choose one of these prices in our pricing page in the app then we generate a checkout link where users can add their payement informations
Ok, got it. So you're using Checkout, which works with Connect too: https://stripe.com/docs/connect/creating-a-payments-page?destination-or-direct=direct-charges
we need api-secret of our user to integrate this , you said this is not the recommended path
You don't. You'd use your API secret (the platform), and pass the Stripe account ID of the connected account (once they're onboarded)
okey I understand now
thanks for your time