API Reference
Errors
Troubleshoot problems with this comprehensive breakdown of all error codes.
KohortPay uses conventional HTTP response codes to indicate the success or failure of an API request. In general:
- Codes in the
2xx
range indicate success. - Codes in the
5xx
range indicate an error with KohortPay’s servers (these are rare). - Codes in the
4xx
range indicate an error that failed given the information provided (e.g., a required parameter was omitted, a charge failed, etc.).
Attributes
Name | Type | Description |
---|---|---|
type | string | The type of error returned. One of api_error or invalid_request_error . |
message | string | A human-readable message providing more details about the error. |
code | string | The code of the error. |