We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v2
https://docs.medusajs.com/resources/commerce-modules/payment/payment-provider/stripe This page mentions that we need to create a webhook in Stripe dashboard but it doesn't mention which events are needed.
I had to look at the source to figure this out:
medusa/packages/modules/providers/payment-stripe/src/core/stripe-base.ts
Lines 329 to 360 in 7c773fc
Events that Medusajs depends upon are:
Add the required event types to the doc.
The text was updated successfully, but these errors were encountered:
shahednasser
Successfully merging a pull request may close this issue.
What Medusa version and documentation are you using?
v2
Preliminary Checks
Issue Summary
https://docs.medusajs.com/resources/commerce-modules/payment/payment-provider/stripe
This page mentions that we need to create a webhook in Stripe dashboard but it doesn't mention which events are needed.
I had to look at the source to figure this out:
medusa/packages/modules/providers/payment-stripe/src/core/stripe-base.ts
Lines 329 to 360 in 7c773fc
Events that Medusajs depends upon are:
How can this issue be resolved?
Add the required event types to the doc.
Are you interested in working on this issue?
The text was updated successfully, but these errors were encountered: