Skip to main content
This article explains the common error codes and HTTP status codes you may encounter when using the Cobo Payments API and how to resolve the errors. When a request fails, the response body contains an error_code field (integer), an error_message field describing the issue, and an error_id field you can use to trace the request in Cobo’s logs.

Error codes

General API errors

Payment resource errors

Payment-specific validation failures — such as a resource not being found or a field value being rejected — all return "error_code": 2006. Use the error_message field in the response to identify the specific cause.

Authentication and permissions

Quota and resource limits

Transfer and transaction errors

These error codes are returned when initiating transfers, settlements, or withdrawals.

Transaction operation errors

These error codes are returned when cancelling, dropping, or speeding up an existing transaction.

HTTP status codes