- Requested resource not found
- HTTP Forbidden
- Payment method not enabled
- Validation fails
- Server error
HTTP/1.1 401 Unauthorized
Content-Type: application/json
{
"message": "Full authentication is required to access this resource."
}
HTTP/1.1 403 HTTP Forbidden
Content-Type: application/json
{
"message": "Access denied."
}
HTTP/1.1 404 Not Found
Content-Type: application/json
{
"message": "Invoice not found"
}
HTTP/1.1 422 Unprocessable Entity
Content-Type: application/json
{
"message": "Method must be enabled to use it"
}
Please contact Payop support if you want to enable additional payment methods.
HTTP/1.1 422 Unprocessable Entity
Content-Type: application/json
{
"message": {
"email": [
"This value should not be blank."
],
"password": [
"This value should not be blank."
]
}
}
HTTP/1.1 500 Internal Server Error
Content-Type: application/json
{
"message": "Something went wrong, try again or contact support."
}
Please contact Payop support if you face such cases.