Error Handling
Standard Error Format
{
"error": {
"type": "validation|authentication|payment|server",
"code": "SPECIFIC_ERROR_CODE",
"message": "Human-readable error description"
},
"apiVersion": "v1",
"timestamp": "2024-01-15T10:30:00Z"
}HTTP Status Codes
Code
Meaning
Context
Payment-Specific Errors
Proxy Errors (502 Bad Gateway)
Request Timeout
Response Size Limit Exceeded
Last updated