#lafafm

1 messages · Page 1 of 1 (latest)

chilly moatBOT
summer path
#

Hi
Where are you getting this error? in your backend ?

#

Can you share the event Id?

little perch
#

evt_1MexVPJbrk1nz30V0bGsGttK

#

On webhook listener I'm trying to retrieve invoice by id

summer path
#

Thanks for sharing, so that event was delivered successfully and your endpoint is responding with 200.

summer path
little perch
#

req_dHoZIJkV5TF6wq

summer path
#

Yeah, just retry the request when you get that error. You can configure this within Stripe:

const stripe = Stripe('sk_test_...', {
  maxNetworkRetries: 2,
});