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 API Public key #5

Open
abeltsew opened this issue Jul 19, 2019 · 3 comments
Open

stripe API Public key #5

abeltsew opened this issue Jul 19, 2019 · 3 comments

Comments

@abeltsew
Copy link

I am unable to charge using the secret key provided with the challenge without the adjacent pk,
I generated a new stripe API key (SK & PK )and the charge works.
any advice on what PK to use with the challenge SK?

@babacarcissedia
Copy link

@abeltsew you need to generate your own private and public key from stripe. You should not use any other keys provided elsewhere

@abeltsew
Copy link
Author

@bcdbuddy it's on the full stack challange backend requirement no.9 "9. Payment
You should use our Stripe API key 'sk_test_lomdOfxbm7QDgZWvR82UhV6D' to do the charge.
You should send the 'order_id' on metadata property to Stripe."

@babacarcissedia
Copy link

oh I did not see. I am just getting started with the challenge! so that's definitely an issue if you are unable to charge with the one given

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

3 participants
@babacarcissedia @abeltsew and others