Error code description for Order Create API
Error Code | Description | Recommended Action | HTTP Code |
---|---|---|---|
E01 | Validation Failure | Please check the validation error message and re-initiate with correct request values. | 400 |
E02 | Invalid API Key | Please retry with correct API key. | 401 |
E03 | Invalid Signature | Please retry with correct SID/KID used for JWE/JWS verification. | 400 |
E04 | Header API key missing | Please retry by passing the API key in the Authorization header. | 401 |
E05 | Bad request | Please check the request payload and retry with correct request values. | 400 |
E06 | Internal server error | Please check order status. | 500 |
E07 | Unauthorized | Please check with Juspay admin for the Access and Retry again. | 401 |
E08 | Forbidden | Please check with Juspay admin for the Access and Retry again. | 403 |
E90 | Something went wrong | Please check order status. | 500 |
Error code description for Order Status API
Error Code | Description | Recommended Action | HTTP Code |
---|---|---|---|
E02 | Invalid API Key | Please retry order status with correct API key. | 401 |
E04 | Header API key missing | Please retry order status by passing the API key in the Authorization header. | 401 |
E06 | Internal server error | Please check order status again and Raise it to Juspay Team. | 500 |
E07 | Unauthorized | Please check with Juspay admin for the Access and Retry order status again. | 401 |
E08 | Forbidden | Please check with Juspay admin for the Access and Retry order status again. | 403 |
E90 | Something went wrong | Please check order status again and Raise it to Juspay Team. | 500 |
E09 | Not Found | Please retry order create with same orderId. | 404 |
E05 | Bad request | Please check the route/query params and retry with correct route/query params. | 400 |