Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stripe Provider sending the wrong ID #87

Closed
danrovito opened this issue Jul 19, 2017 · 2 comments
Closed

Stripe Provider sending the wrong ID #87

danrovito opened this issue Jul 19, 2017 · 2 comments

Comments

@danrovito
Copy link

When using the stripe provider the docs call to add this to my ENV

STRIPE_KEY=yourkeyfortheservice
STRIPE_SECRET=yoursecretfortheservice
STRIPE_REDIRECT_URI=https://example.com/login  

The actual URL of the stripe oauth calls for the client_id and not the stripe key, which is whats being put into the URL. The client_id is created when you create an app in Stripe connect. That ID is what needs to be sent in the client_id parameter.

https://connect.stripe.com/oauth/authorize?client_id=pk_test_XXXXXXXXXX&redirect_uri

@faustbrian
Copy link
Contributor

STRIPE_KEY=client_id https://github.com/SocialiteProviders/Manager/blob/master/src/Config.php#L20-L22

If something is not working properly you are always free to send a PR to fix it.

@faustbrian
Copy link
Contributor

No feedback received, re-open it the issue still persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants