Response Codes
The following is a register of error response code and messages.
Error Code | Message | Description |
---|---|---|
E0001 | The query exceeds the retention period | The data retention on reports is 90 days. Getting data more than 90 days is not supported in the API. |
E0002 | The given date (or month) is in the future | Getting future data is not allowed. Example: today is 2025-02-15, trying to query data in 2025-02-16 is not allowed. |
E0003 | Data is not ready | Report data is not ready:
|
E0004 | The given value for $param is invalid: $value | Invalid or unsupported parameter value |
E0005 | Invalid date: $value, format should be yyyy-MM-dd with leading zero | The expected date format is yyyy-MM-dd , example: 2025-02-02 (with leading zero) |
E0006 | $field is required | Required parameter is not given in the query, example date is required when querying a daily report. |
E0007 | Invalid month format: $value, format should be yyyy-MM | The expected month format is yyyy-MM (for monthly report). |
E0011 | The query exceeds the month retention period | The data retention on monthly reports is 3 months. |
E0012 | Unprocessable entity | Unspecified content type / syntax error. The details are not exposed to prevent unauthorized parties “guessing” the real error. Contact PayNet for more details. |
E9999 | Internal server error | Contact PayNet for troubleshooting. |