GETTING STARTED
Errors
2min
Zide employs standard HTTP response codes to communicate the outcome of an API request. Here's a simplified breakdown:
- Status codes in the 2xx range signify a successful operation.
- Codes in the 4xx range indicate errors resulting from client-side issues, such as missing required parameters, bad data type or payment failures.
- Codes in the 5xx range are exceptionally rare and denote errors occurring on Zide's servers.
Code | Message |
---|---|
200 | OK |
400 | Bad request |
401 | Unauthorized |
403 | Forbidden |
404 | Not found |
412 | |
429 | Too many request |
500 | Internal error |