#hoomb-webhooks-checkout
1 messages · Page 1 of 1 (latest)
yep, those events should indeed happen!
do you have the ID (cs_test_xxx) of the Session you created? and how exactly have you built/listen to the webhooks?
Here is it: cs_test_a19ATfZXGFO4wBSd2HfeZY4RxDLnLc9yeivbtwbsD2yFqnael5wy5M8Tyn
If I do a Test Webhook Call on Dashboard, it comes and handled successfully.
I made a central controller endpoint to receive every webhook and then handle them based on `event.type´
ok, well here's the event for it anyway : https://dashboard.stripe.com/test/events/evt_1K987EJ9si4zqbK24BUF6DcW
if you mean your endpoint ".....net:8080/api/public/stripe/webhook" the problem is that's a Connect endpoint so it won't get this event
there's an option when creating the endpoint to listen for events on Connected accounts, if you tick that you only get events on those accounts, and not ones on your own account like this