#lola_cleo-events-undelivered

1 messages ยท Page 1 of 1 (latest)

near willow
#

Hey, can you share an example event that wasn't delivered?

#

The ID I mean

steep spear
#

evt_1KeIJJEeIjOEAdbpQXh3v2LO

near willow
#

What makes you think it wasn't delivered? We received a success response from your webhook handler

#

Ah, wait. That's the CLI

#

To be clear, that field has no relevance to the delivery state of the webhook event

steep spear
#

hmm so what does delivery_success check for when we retrieve events?

near willow
#

It checks to see if the event was delivered successfully. There's no API field for that

steep spear
#

but in this case that event was not delivered to the endpoint right? So it should come up in the when I query for events using this - Stripe::Event.list({delivery_success: false}), but it doesnt :/

near willow
#

How was it not delivered?

#

It was forwarded by the CLI from what I can see

steep spear
#

Some actions in my app that should have been done after receiving the invoice.paid webhook, havent been done so I thought it might not have received - let me check again - thanks ๐Ÿ™‚

near willow
#

Yeah, if you're using the CLI then that's not really logged on our side

#

So you'd need to track and failures in your terminal/console yourself

#

Basically every event sent to CLI looks like a 'success' as far as the API goes