Skip to content

Validation Failed

Indicates that the request payload fails validation rules.

  • An ID or reference does not match the expected format.
  • A field violates length or pattern constraints.
  • A required nested field is missing in the payload.
{
"type": "https://developer.sumup.com/docs/problem/validation-failed/",
"title": "Bad Request",
"status": 400,
"detail": "Validation failed",
"instance": "9b8eda265e35"
"failed_constraints": [
{
"reference": "checkoutId",
"message": "Invalid checkout ID: 'not_a_valid_id'"
}
]
}