Skip to main content

Responses

Status List for I01 (Itemised) File Request

StatusDescription
newFile request received by PayNet
processingFile is being generated by PayNet
readyFile is ready to download
errorFile request rejected
*refer to the error response codes below

Error Response Codes

Error CodeMessageDescription
E0001The query exceeds the retention periodThe data retention on reports is 90 days. Getting data more than 90 days is not supported in the API.
E0002S01, S02, D01, I01: The given date is in the future
M01: The given month is in the future
Getting future date is not allowed. Example: today is 2025-02-15, trying to query data in 2025-02-16 is not allowed.
E0003Data is not readyReport data is not ready:
  • Data Pipeline not yet finished
  • Error in data pipeline
E0004The given value for $param is invalid: $valueInvalid or unsupported parameter value
E0005Invalid date: $value, format should be yyyy-MM-dd with leading zeroThe expected date format is yyyy-MM-dd, example: 2025-02-02 (with leading zero)
E0006$field is requiredRequired parameter is not given in the query, example date is required when querying a daily report.
E0007Invalid month format: $value, format should be yyyy-MMThe expected month format is yyyy-MM (for monthly report).
E0010Duplicate field or alias is not allowed: %sDuplicate fields detected.
E0011The query exceeds the month retention periodThe data retention on monthly reports is 3 months.
E0012Unprocessable entityUnspecified content type / syntax error. Contact PayNet for more details.
E9999Internal server errorContact PayNet for troubleshooting.