Error code
Here is the list of error codes you might encounter in case of incorrect integration
HTTP Code | Error description | Error example |
---|---|---|
200 | Successful answer: - init call: flow has been created - step call: step has been added * - check call: check has been performed | { "token": "3fa85f64-5717-4562-b3fc-2c963f66afa6" } |
400 | JSON payload is invalid | { "error": "json payload is invalid", "description": [ { "property": "json property name", "message": "error message" } ] } |
401 | Not authorized / invalid signature | { "error": "Not Authorize" } |
404 | Not found answer: - init call: flow name not found - step / check call: transaction ID not found | { "error": "transaction id not found" } |
422 | Transaction ID is invalid | { "error": "transaction id is invalid" } |
Updated over 2 years ago