Stripe Oauth Link Generation?

Hey there guys,

I’m using zeroqode’s stripe plugin and need to generate an Oauth link to kickoff the process. Any idea how to do this?

This is Stripe’s material on it that I’ve tried following but I keep getting an error page. I can use a test link, but unfortunately that doesn’t send any info back to my site so I can retrieve seller data.

Hey Alex,

Are you calling stripe express creation via https://connect.stripe.com/express/oauth/authorize?redirect_uri= ?

Simon

That appears to be the formula they give

https://connect.stripe.com/express/oauth/authorize?redirect_uri=https://app.rentbridge.ca/version-test/userprofile&client_id=ca_GgmKZp4uMaGiiDQuYkjBoAfsJcqyjOVO

I found a spot where they had built it out for me and this seems to work. Though they mentioned using a state code for security and I’m not sure how to do that. I imagine I can just change my client id and redirect url for the live version?