#machineau
1 messages · Page 1 of 1 (latest)
hello! how can I help?
do you have the event id which i can take a look at?
the event id starts with evt_
hrm, i think i found one example from your account : https://dashboard.stripe.com/events/evt_3N7qHhHwT4akAWyk0YU5dMjL
Your server returned a 500 status code and this was the response body :
{
"message": "sql: no rows in result set",
"error_code": "500"
}
Ok
What request are we sending this response for?
So we are responding that we cannot find the intent Id in our system ?
you're sending that response for the payment_intent.succeeded event that Stripe delivered to your webhook endpoint
we wouldn't know why that error message was sent, or what that error message means since that's from your server - you're going to need to investigate that on your end
yep, we expect a 200 http status code for successful delivery : https://stripe.com/docs/webhooks#acknowledge-events-immediately