#bognoletto_webhooks
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1399700546671349800
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
The latest event delivered by webhook is yesterday, 13:50 UTC.. after that, no more events are delivered
๐ happy to help
yesterday someone updated your webhook endpoint configuration and removed the checkout.session.completed event from the list of events to listen to
really strange, yesterday i haven't updated endpoint config
oh yes, i've tried to resave the same config.. i've press "change destination" and save, without changing nothing.. but it's from yesterday that events are not sent to webhook
all events? or checkout.session.completed events?
if it's the latter, you're not listening to these events
i've retried now and invoice.payment_succeeded is received.. locally with stripe cli listen all works (with another account), remotely not.. and the config for webhook creation is the same
event ID?
evt_1Rq8cBKZ7TaYvHWtlgzpOuGy
maybe the stripe cli listen all event even if webhook is configured for only some events?
this is a checkout.session.completed event
which you don't listen to in all cases
but on this account acct_1LwTNsKZ7TaYvHWt (not the first one) the webhook endpoint has been disabled since we receive for multiple days in a row HTTP error responses from your end
this is an example of failed to deliver events https://dashboard.stripe.com/test/events/evt_1RoSccKZ7TaYvHWt3slsxRdo
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
yes this is normal because I have to use stripe cli stripe listen --forward-to https://visiopro.test/stripe/webhook to forward event on my local machine.. but your system don't recognize as delivered a forwarded event
and after some days webhook will be disabled
but using stripe-cli I receive events
and checkout.session.completed locally works
but probably this is because stripe-cli forward all events
but probably this is because stripe-cli forward all events
exactly
ok, I've added checkout.session.completed to the list of listened events and is delivered
thanks
welcome
there's also an issue on the other account you should investigate
please visit the event link I sent you
and look at the response