#hoomb-webhooks-checkout

1 messages · Page 1 of 1 (latest)

tall tundra
#

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?

languid orchid
#

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´

tall tundra
#

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

languid orchid
#

I see, let me check it please

#

I think I must remove and recreate it