Think these docs need updating. Was

Think these docs need updating. Was scratching my head for a while as the docs mix up /events/polar and /polar/events
Create a webhook and webhook secret in the Polar dashboard, using your Convex site URL /polar/events as the webhook endpoint.
polar.registerRoutes(http, {
// Optional custom path, default is "/events/polar"
path: "/events/polar",
polar.registerRoutes(http, {
// Optional custom path, default is "/events/polar"
path: "/events/polar",
https://www.convex.dev/components/polar
2 Replies
Indy
Indy3mo ago
cc @erquhart
erquhart
erquhart3mo ago
Thanks for this, replaced all with /polar/events to match actual behavior

Did you find this page helpful?