#vathsan59

1 messages · Page 1 of 1 (latest)

neat peakBOT
clever elk
#

Do you have an example evt_xxx that is showing as failed?

drifting grail
#

Where can I find that?

clever elk
drifting grail
#

No it is not showing. Only "A checkout Session was Completed " is showing

clever elk
#

There should be an evt_xxx next to that on the same row:

drifting grail
#

This is the event id shown:
evt_1N8JFdJrxc1wsYxJZpPo29ls

clever elk
#

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

drifting grail
#

What should I do now?

clever elk
#

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

drifting grail
#

Ok thank you for support. Will look into it