Errors
Error Code | Description |
---|---|
400 | Bad request / Your request is invalid. |
401 | Unauthorized / Your API key is missing or incorrect. |
404 | Not found / Resource not found. |
422 | Unprocessable entity / Your request is valid, but we are unable to process it. |
429 | Too many requests / Try again in a bit. |
500 | Internal server error / We had a problem with our server. Try again later. |
{
"status": 400,
"instance": "/api/1/partner/payment-links",
"traceId": "bbcad049-58c2-4b56-ab77-f6c9eed81d66",
"title": "Validation error",
"details": "One or more parameters are invalid. See errors property for more detail",
// Optional property
"errors": [
{
"title": "Invalid parameter",
"message": "description is missing"
}
]
}
Modified at 2024-08-06 23:21:29