#scastrect-connect-oauth

1 messages · Page 1 of 1 (latest)

cosmic night
#

We recommend not using OAuth at all since we deprecated it a while ago and you should create the account straight in the API instead.

#

@stark mist ^ does that make sense? Do you have a follow up question?

stark mist
#

I get the StripeUserId along the OAuth token with Stripe API Connect.
My Objective is to let Stripe users to consult stripe information from my website. So OAuth seems the way.

cosmic night
#

So after OAuth you get the id acct_123 and that's all you need

stark mist
#

This acct_XXXX will work indefinitly/forever?

cosmic night
#

for as long as the account stays connected

stark mist
#

Ok. So no need to use the refresh_token?

cosmic night
#

correct, you could store it but it's only needed it you were to "leak the access token" which you won't need if you don't use/store the access token either

stark mist
#

+The way to disconnect the account is through the stripe webapp?

cosmic night