Your request was not authenticated. This can happen at the gateway (mTLS cert rejected, wrong X-Customer-ID, fingerprint mismatch) or at the upstream VOP provider (PreVOP's own credentials with the provider failed). Check X-Rejected-By-Provider to tell them apart.
X-Customer-ID header does not match any configured customer.HTTP/1.1 401 Unauthorized
Content-Type: application/problem+json
X-Request-ID: 550e8400-e29b-41d4-a716-446655440000
X-Rejected-By-Provider: false
{
"type": "https://errors.prod.prevop.alseda.eu/errors/client-invalid",
"code": "CLIENT_INVALID",
"title": "Customer not recognized",
"status": 401,
"detail": "X-Customer-ID does not match any active customer"
}
X-Rejected-By-Provider. If false, the gateway rejected you; if true, the upstream provider did — alseda handles provider-side auth, so contact us.requestCert: true.X-Customer-ID value is the ten-digit identifier alseda issued to you.X-Request-ID.X-Customer-ID requirementsX-Customer-ID, the response's X-Request-ID, and the X-Rejected-By-Provider value.