#fredkzk-webhooks
1 messages · Page 1 of 1 (latest)
yeah can't say much from my end right now but your endpoint isn't responding with anything it seems
so you'll have to add logs to your endpoint and send more test events to it
and see what the issue is
I'm really not comfortable with wh... I'll see what I can do and update you
Integration was done and working well, but no longer. I'm using a no code framework. Standard Connect, cc auth now, capture later. All good. Except now the webhooks.
Used to work, not anymore
Im not a developer so I don't know ho to debug
well the issue lies in your code though, mostly when I hear "things used to work", something is changed
how did you set up this no-code integration?
a Platform or plugin?
Using Wappler with their App Connect framework that has all Stripe components already built-in.
Really easy to set up while following your docs.
yeah well the issue lies somewhere in your endpoint or code. Stripe is doing its part, we're sending you an event
Except webhooks
the next part is your code
it has to "respond" to our event
and that is the part that is failing
ok, got it