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

Purpose of .../Stripe/Webhooks #19

Open
ZaidWaseem10 opened this issue May 16, 2019 · 2 comments
Open

Purpose of .../Stripe/Webhooks #19

ZaidWaseem10 opened this issue May 16, 2019 · 2 comments

Comments

@ZaidWaseem10
Copy link

I have a small query regarding Stripe Webhooks route. What is the main purpose of this route? This route should return true every time an event on stripe occurs? or does it serve any other purpose?
The swagger documentation does not have enough details about it.

@edertaveiraturing
Copy link

Hi @ZaidWaseem10.
That route is actually used only for Stripe webhook when you do payment from Stripe.
So, you need just to handle the request from Stripe. Please, read the documentation: https://stripe.com/docs/webhooks

@pawnjester
Copy link

@edertaveiraturing From what you said, since we are required to use the api key given, that means we would not have access to the account created by Turing to include the webhook route

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