Skip to main content

HTTP Error Codes

When consuming the Checkout API, the following error codes can occur and should be handled according to the instructions

ErrorCodeMeaningAction
400Bad or faulty request. Please examine the errors property for details.Check your request
401The resource requested requires authentication.Check your authentication
403Access to the requested resource is denied.Check that you are using the correct credentials and StoreId
404The resource requested was not found.See if your are using the correct route and base URL
409The request could not be completed due to a conflict with the current state of the target resource.Implement retry logic
423The resource requested is currently locked for modification. Try again.Implement retry logic
500An unhandled exception has occured. Please contact Walley!Contact Walley
503Service unavailable.Contact Walley
900The request was rejected by the server due to a business error.Business error. See details in response to take action