Discussions

Ask a Question
Back to All

Wrong report endpoints

Hello!
Looks like something wrong with report endpoints in your documentation.

For all requests
curl -X POST https://payze.io/v2/api/v2/report (origin from docs)
curl -X POST https://payze.io/api/v2/report
curl -X POST https://payze.io/v2/api/report
I got 404 error

Therefore, another requests, for example
https://payze.io/v2/api/payment/query/token-based
processing without errors for me.

So what is right endpoint for report requests or what am I doing wrong?