Response Code

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 codeDescription
200The request to the endpoint was successful
400 - Bad requestThe request made was invalid or not acceptable by the server. This can as a result of missing parameters or incorrect syntax.
401 - UnauthorisedThe credentials provided is invalid
403 - ForbiddenThe 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 FoundThe page or resource requested does not exist
429 - Too Many RequestsThe server is recieving alot of request
500, 502, 503, 504 - Server Errors.This is from Bizflex server and we will resolve it.