PlexyPay API returns errors in the following JSON format:{
"code": 1,
"message": "service unavailable",
"source": "keys",
"type": "apiError"
}
Common Error Codes & Handling| Code | Message | Type | Description | Handling |
|---|
| 1 | Service Unavailable | apiError | The service is temporarily unavailable. Retry later. | Retry the request after a few minutes. |
| 2 | Something Went Wrong | apiError | An unexpected error occurred. Contact support if the issue persists. | Contact support if the issue persists. |
| 3 | Invalid Request Params | apiError | The request parameters are incorrect or missing required fields. | Verify the request structure and parameters. |
| 4 | Not Found | apiError | The requested resource does not exist. | Ensure the resource exists before making a request. |
| 5 | Unprocessable Entity | validationError | The request was understood but contains invalid data. | Validate the data before submitting the request. |
Modified at 2025-09-23 09:21:00