You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
@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
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.
The text was updated successfully, but these errors were encountered: