Back to Docs
Reference
Error Codes
HTTP status codes and error responses from the EasePay API.
HTTP Status Codes
402Payment Required
No payment provided or payment insufficient.
400Bad Request
Invalid request format or missing required fields.
401Unauthorized
Invalid or missing API key.
403Forbidden
Payment verification failed or endpoint disabled.
404Not Found
Endpoint does not exist.
429Too Many Requests
Rate limit exceeded.
500Internal Error
Server error. Please retry.
502Bad Gateway
Upstream API returned an error.
504Gateway Timeout
Upstream API timed out.
Error Response Format
{
"error": {
"code": "payment_required",
"message": "Payment required for this endpoint",
"price": "1.00",
"currency": "USDC"
}
}