For successful requests, SingleWallet returns HTTP 2XX status codes.
For failed requests, SingleWallet returns HTTP 4XX or 5XX status codes.
Full list of status codes:
| Status code | Description |
|---|---|
| 200 OK | The request is successful. |
| 201 Created | A POST method created a resource successfully. |
| 400 Bad Request | INVALID_REQUEST. Request is not well-formed, syntactically incorrect, or violates schema. |
| 401 Unauthorized | AUTHENTICATION_FAILURE. Authentication failed due to invalid authentication credentials. |
| 403 Forbidden | NOT_AUTHORIZED. Authorization failed due to insufficient permissions. |
| 404 Not Found | RESOURCE_NOT_FOUND. The specified resource does not exist. |
| 500 Internal Server Error | INTERNAL_SERVER_ERROR. An internal server error has occurred. |