2xx
range indicate success, codes in the 4xx
range indicate client errors, and codes in the 5xx
range indicate a server error that we will immediately work to fix. All Billingrails errors conform to the following schema:
200 OK
- Request succeeded400 Bad Request
- Request contains invalid parameters401 Unauthorized
- Invalid API key provided404 Not Found
- The requested resource doesn’t exist422 Unprocessable Entity
- The request was well-formed but invalid429 Too Many Requests
- Too many requests hit the API500 Internal Server Error
- Something went wrong on our end