#vathsan59
1 messages · Page 1 of 1 (latest)
Do you have an example evt_xxx that is showing as failed?
Where can I find that?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
No it is not showing. Only "A checkout Session was Completed " is showing
There should be an evt_xxx next to that on the same row:
This is the event id shown:
evt_1N8JFdJrxc1wsYxJZpPo29ls
Ok, sure. Look like your endpoint is returning an error to us re: CSRF
Looks like it expects a CSRF cookie in the header, which isn't included as part of the event payload so it denies it
What should I do now?
You need to fix your server/endpoint, by removing that CSRF requirement. Or at least disabling it on your Payment_successful endpoint/route
This is a configuration issue at your end
Ok thank you for support. Will look into it