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
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
Looking for routes to trigger a webhook event request for e2e testing.
To keep it simple the webhook endpoint could be provided using process.env["WEBHOOK_ENDPOINT"]
Hi. Yup that makes sense to me. A PR would be very welcome.
If you can also support the retrieve event endpoint that would be great. Stripe often recommends people use that endpoint to protect against replay attacks.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looking for routes to trigger a webhook event request for e2e testing.
To keep it simple the webhook endpoint could be provided using
process.env["WEBHOOK_ENDPOINT"]
Example: api/customers.ts - create would trigger webhook event customer.created
I would be willing to submit a PR if this sounds like something you would like to include.
The text was updated successfully, but these errors were encountered: