isaacsanders / omniauth-stripe-connect

Stripe Connect OAuth2 Strategy for OmniAuth 1.0
MIT License
130 stars 75 forks source link

Stripe Connect Redirect URI to be specified when connecting #12

Closed codespore closed 9 years ago

codespore commented 11 years ago

Hi guys,

Think it's important to take note in the README about the redirect_uri param when trying to connect to stripe connect.

The redirect_uri param needs to be specified in the Stripe Application Redirect URI field where you can add as many as you want with comma separation.

link_to "<span>Connect with Stripe</span>".html_safe, user_omniauth_authorize_path(:stripe_connect, state: community.subdomain, redirect_uri: STRIPE_CONNECT_REDIRECT_URI)

Where STRIPE_CONNECT_REDIRECT_URI is a URI that I set in the environment depending on whether I'm in development, staging or production environment.

iftikhar0005 commented 10 years ago

Adrian, did you solve this issue ?

iftikhar0005 commented 10 years ago

I am having the same problem with my production env

isaacsanders commented 10 years ago

I will look into this later this week. Just finished the quarter at school.

isaacsanders commented 9 years ago

Is this still a problem?

iftikhar0005 commented 9 years ago

Nope,, solved it..Thank you

Date: Wed, 24 Sep 2014 14:07:35 -0700 From: notifications@github.com To: omniauth-stripe-connect@noreply.github.com CC: iftikhar0005@hotmail.com Subject: Re: [omniauth-stripe-connect] Stripe Connect Redirect URI to be specified when connecting (#12)

Is this still a problem?

— Reply to this email directly or view it on GitHub. =