m2pfintech
Error Codes

System Errors

Error codes for internal server errors, timeouts, and service unavailability.

Platform-level errors including internal server errors, gateway timeouts, and service unavailability.


CodeHTTPMessageScenarioResolution
SYS_001500Internal server errorUnexpected platform errorRetry with exponential backoff; contact M2P support if persistent
SYS_002503Service unavailablePlatform is under maintenance or experiencing high loadRetry with exponential backoff (max 5 attempts)
SYS_003504Gateway timeoutAn upstream service did not respond in timeRetry after 30 seconds
SYS_004502Bad gatewayAn upstream service returned an invalid responseRetry with exponential backoff
SYS_005400Invalid request formatThe request body contains malformed JSONValidate your JSON structure before sending
SYS_006415Unsupported media typeWrong Content-Type headerSet Content-Type: application/json
SYS_007404Endpoint not foundThe API path does not existVerify the API endpoint path against the API Library