Skip to main content

5. API Errors

CodeMeaning
200OK. Request completed, including idempotent “already exists” responses.
201Created. Resource created.
401Unauthorized. Authentication error: key, signature, or timestamp.
403Forbidden. Access denied.
404Not Found. Payout or PayIn by external_id was not found.
422Unprocessable Entity. Validation or business rule error.
500Internal Server Error. Server error.

Example response

{
"message": "Invalid API key",
"code": "unauthorized",
"error": {
"code": "unauthorized",
"message": "Invalid API key"
}
}