This are possible response code that you can encounter and that it means
BizFlex uses standard HTTP response codes to signal whether an API request was successful or not. Typically:
- Codes in the 2xx range indicate success.
- Codes in the 4xx range indicate a client error due to issues with the provided information (e.g., a required parameter was missing, a charge failed, etc.).
- Codes in the 5xx range indicate an error on Bizflex's servers, which is a rare occurrence.
| Status code | Description |
|---|---|
| 200 | The request to the endpoint was successful |
| 400 - Bad request | The request made was invalid or not acceptable by the server. This can as a result of missing parameters or incorrect syntax. |
| 401 - Unauthorised | The credentials provided is invalid |
| 403 - Forbidden | The parameters were correct, but the request was unsuccessful. This can happen when you are not authorized to reach the page or initiate the request |
| 404 - Not Found | The page or resource requested does not exist |
| 429 - Too Many Requests | The server is recieving alot of request |
| 500, 502, 503, 504 - Server Errors. | This is from Bizflex server and we will resolve it. |