#sohaibnoor

1 messages · Page 1 of 1 (latest)

serene forumBOT
small saddle
#

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.

tiny shuttle
#

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!

serene forumBOT
tropic iris
#

Hi! I'm taking over my colleague. Please, give me a moment to catch up.

#

Is getting a secret/pub key a requirement too?

tiny shuttle
#

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 !

tropic iris
#

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.

tiny shuttle
#

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.

tropic iris
#

Feel free to explore the docs and let me know if you have any specific questions!

tiny shuttle
#

So in either case I have to use Stripe Connect.
And then I can use custom accounts with Connect.
Am I right?

tropic iris
#

Correct.

tiny shuttle
#

Thanks for your help.
I'll get back If I have more queries.

tropic iris
#

Happy to help. Please, let me know if you have any other questions.