PayBright's REST APIs use conventional HTTP status codes to indicate the success or failure of API requests.
2xx range codes are used to highlight successful calls while codes in the 4xx range indicate failure and codes in the 5xx range server issues.
Status Code | Description |
---|---|
200 - Success | API call work as expected |
400 - Bad Request | Invalid API Request |
401 - Unauthorized | Issue with Signature Calculation |
404 - Not Found | Resource does not exist |
500 - Server Errors | An issue with PayBright server |