#JR123123 - order.created

1 messages ยท Page 1 of 1 (latest)

versed cypress
high fjord
#

i see but as I told to one colleagues could happen in some rare scenario that webhook is not triggered

#

do I have a simple way to check all orders.created that didn't receive a webhook event?

versed cypress
#

All created orders will generate a webhook event. You're talking about a scenario where there's an issue with your webhook endpoint and it's unreachable, so you don't receive the event?

high fjord
#

this scenario is this for example

#

when stripe server returns 500 for example

versed cypress
#

Ah ok

#

Yeah in those situations we attempt to fire webhooks so usually you'll still get them

high fjord
#

and how i know wich of this orders have no event generated by webhook?

versed cypress
#

Webhooks are the recommended way to handle those 500s

high fjord
#

ok so I will forget it

#

but good practice will be dealing with 500

versed cypress
#

Yes you should handle the 500s for sure. It's just our recommended approach is to listen to webhooks

high fjord
#

i see with webhooks there area no 500

#

god

#

๐Ÿ˜„

#

fine, i'll forget that strange scenario and i'll trust plattform

#

๐Ÿ™‚

#

in all that's what people use to dit

versed cypress
high fjord
#

i thought by your explanation can't receive a 500 when receiving webhook post

versed cypress
#

No I was referring to the scenario described in that link. If you call the Stripe API and receive a 500 back, there won't be much info in the request's response. So, it's recommended to listen to webhooks to get notified of any objects created

high fjord
#

fine

#

may many thanks

#

you solved my question!

#

have a nice weekend!

versed cypress
#

Same to you!