winsoroaks
winsoroaks•15mo ago

how is the "fulfill" in the http action used?

hi team! im looking at https://github.com/search?q=repo%3Aget-convex%2Fconvex-stripe-demo%20fulfill&type=code and trying to figure out what is the convex/http.ts doing. i think it's not getting called based on what i've copied and pasted... i added a console.log statement in the convex/http.ts and i dont see anything.
in the stack link shared: https://stack.convex.dev/stripe-with-convex, it says, "Stripe will notify our server about the confirmed payment via a webhook request." but i dont see it. my stripe dashboard shows "succeeded" tho. am i understanding sth wrongly? thanks!
2 Replies
ballingt
ballingt•15mo ago
Think this could be a configuration issue like stripe being set up with the wrong URL? This endpoint should be hit by Stripe but if you e.g. pointed it at the Convex production deployment you wouldn't see it in development logs.
winsoroaks
winsoroaksOP•15mo ago
fixed! it's been me configuring stripe wrongly 😅

Did you find this page helpful?