Your request body did not pass PreVOP's input validation, so the gateway
refused it before contacting the upstream VOP provider. The response
includes a title and detail naming the first
field that failed and why.
party.name is capped at 140 characters per EPC 267-24).HTTP/1.1 400 Bad Request
Content-Type: application/problem+json
X-Request-ID: 550e8400-e29b-41d4-a716-446655440000
{
"type": "https://errors.prod.prevop.alseda.eu/errors/validation-failed",
"code": "VALIDATION_FAILED",
"title": "party.name: name too long (max 140 chars)",
"status": 400,
"detail": "party.name: name too long (max 140 chars)"
}
title — the first failing field is named there, followed by the rule that was violated.detail for the complete explanation, and issues[] (when present) for the full list of problems in the payload.X-Request-ID (a retry with the same ID may be rejected as a duplicate by quota controls).X-Request-ID header — that lets us correlate
the failure in our logs.