#cruso

1 messages ยท Page 1 of 1 (latest)

little mangoBOT
remote umbra
#

Hi ๐Ÿ‘‹

You can proceed to develop a back-end only Stripe App. The app will still need to be installed through the Marketplace and the user will need to use the UI to accept the permissions your app requests.

But otherwise you should be able to do that.

arctic tendon
#

So there would be no way for us to trigger the integration flow from our own platform?

#

ฤฑ.e. connect with stripe button

remote umbra
#

No, you can only direct them to your app in the Marketplace

arctic tendon
#

Are there any alternative tools we can use for this flow? Or is there a special link to our app so that we can help the user find our app on the marketplace?

Also as far as I understand the Marketplace isn't open to public yet. In this case there is no way for us to take this application live without waiting on the waitlist?

#

I.e. can we use connect to enable this functionality or would that be "bad practice"?

remote umbra
#

Correct, this is still in beta.

#

Honestly I wish we didn't deprecate Connect Extensions without the Stripe Apps marketplace being open and stable.

#

You_could_ enable this functionality with Connect and just use OAuth to link accounts

arctic tendon
#

Oh okay. That would work for us.
In that case, should we go for a standard, express or a custom app you think?

Considering we will not utiilize any payment etc functionality and only need the oauth flow, I guess a custom app makes sense?

remote umbra
#

Well for Connect Extensions you are usually linking already existing Stripe Accounts to your service. So in that case they would be Standard accounts. Or were you planning on creating new Accounts?

arctic tendon
#

No you are right. We only need existing Stripe Account holders to give us consent through Oauth. No need for new account creation.

remote umbra
#

Okay then those are Standard Accounts ๐Ÿ‘

arctic tendon
#

Perfect thanks ๐Ÿ™‚

#

For authentication I see there is Oauth and also "Connect Onbaording"

would we proceed with Oauth in this case?

#

(Sorry for all the questions, I geniunely am a little confused and couldn't find the right answers myself)

remote umbra
#

Yes for Connect the only way to link an existing account is really using the OAuth link

arctic tendon
#

Ok that makes sense

#

We will proceed with this flow then. Thanks a lot for your help.

Lastly, are there any other tips / pitfalls we should watch out for in our case?

remote umbra
#

The only thing I can think of is that OAuth uses generic read and read_write permissions. When Stripe Apps is mature and you want to migrate they will use granular object permissions. It's something to keep in mind.

arctic tendon
#

That makes sense. As long as our use case won't be deprecated soon, then I think it makes sense for us to start our like this an slowly migrate to apps as you suggested.

#

Thanks again. Have a great day!