#sohaibnoor
1 messages · Page 1 of 1 (latest)
Hi there!
To create your own Stripe account, you need to use stripe.com
However once you have an account, you can create additional accounts with the API using Stripe Connect.
I am about to develop a fintech App for my client.
Here is his requirement, Please let me know if it's possible to achieve with stripe?
o If the Payee ticks the box to ‘register now’ for a Stripe account, the Stripe pop-up window will appear within the Obon app, and the Payee will be able to enter all the required mandatory details
o The Payee must not have to navigate away from the Obon app to a separate Stripe window/page (seamless registration process)
o This can be achieved by calling Stripe APIs
@small saddle looking forward to hear from you!
Hi! I'm taking over my colleague. Please, give me a moment to catch up.
Is getting a secret/pub key a requirement too?
Yes,
Like user is supposed to sign-up for Stripe, but he shouldn't leave our App to create his stripe account.
And in response, we want the secret/pub keys of the user as well.
@tropic iris Please let me know what's possible and what's not !
You can create a Standard Connected account, then the user will have access to their API keys: https://stripe.com/docs/connect/standard-accounts
And you can try to display the Connect onboarding for them in a iframe, however I haven't tried this.
I checked and it's not possible to display the Connect onboarding in an iframe, unfortunately.
You can instead use Custom accounts, however, then you will need to build the whole onboarding flow yourself, as well as manage the account: https://stripe.com/docs/connect/custom-accounts
What's your use case? Perhaps I can suggest a solution better if you share more details.
I also recommend exploring the Stripe Connect docs to understand better what it is capable of: https://stripe.com/docs/connect
I want to develop an App like a marketplace for sellers and buyers, where sellers come and are required to create their personal Stripe account to receive payments. I don't want sellers to leave my App to create their Stripe account. Instead, I want to show a popup for stripe account creation.
You can use Custom accounts for that. And you don't need API keys, as your Platform can control the Connected accounts with Stripe-Account header: https://stripe.com/docs/connect/authentication
Feel free to explore the docs and let me know if you have any specific questions!
So in either case I have to use Stripe Connect.
And then I can use custom accounts with Connect.
Am I right?
Correct.
Thanks for your help.
I'll get back If I have more queries.
Happy to help. Please, let me know if you have any other questions.