List of Error Codes


Error Response

The error response body will be consisting of following fields - please find the list of errorCodes in the tables below :

Response Body

errorMessage
String

Error message provided by Juspay.

errorCode
String

Error code provided by Juspay

userMessage
String

Error message that will be shown on dashboard / analytics

error
Boolean

Boolean reflecting error in request of create order API

Sample Response
{"response":{"errorMessage":"Could not find resource: order WTN202407130135332501057","error":true,"userMessage":"Not Found","errorCode":"E09"},"code":404}

Error code description for Order Create API

Scroll inside to view more
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 route/query params and retry with correct route/query params
400
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 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

Scroll inside to view more
Error Code
Description
Recommended Action
HTTP Code
E02
Invalid API Key
Please retry with correct API key
401
E04
Header API key missing
Please retry by passing the API key in the Authorization header.
401
E05
Bad request
Please check the route/query params and retry with correct route/query params
400
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 again.
401
E08
Forbidden
Please check with Juspay admin for the Access and Retry again.
403
E09
Not Found
Please retry order create with same orderId
404
E90
Something went wrong
Please check order status again and Raise it to Juspay Team.
500
Last updated 1 year ago