#pilo.vrgnd
1 messages · Page 1 of 1 (latest)
Hello
That seems strange
Can you provide a Checkout Session ID where you had this happen?
you mean that: cs_live_c1g2s4teH7J1hzo9rmm4A0FivB1ZsAXotORJftbpD1bV3WOiicEjmKLLPy
it's an example but all our sessions actually end like this
it's on a connect account
Here's the checkout session completed event for that checkout session: https://dashboard.stripe.com/events/evt_1NJGbz4KsMbofRyW8I7Xp4SX
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Looks like the event didn't successfully send to your webhook endpoint though
This was the response your server sent back to us:
"statusCode": 404,
"message": "Cannot POST /webhooks/stripe",
"error": "Not Found"
}```
So you'll need to debug this on your end
Ok thanks for the info that is helping us