Your request's X-Request-Timestamp header is either missing, not a valid RFC 3339 timestamp, or too far from the current time. PreVOP enforces a replay window (default ±5 minutes) to make stolen-request replay attacks impractical.
X-Request-Timestamp header is not present.2026-04-19 without a time, or missing the trailing Z / offset.Z (UTC) and explicit offsets like +02:00..100 must be written as .1, .000 dropped entirely.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/timestamp-invalid",
"code": "TIMESTAMP_INVALID",
"title": "Timestamp outside replay window",
"status": 400,
"detail": "X-Request-Timestamp is 412 s behind server time (max skew 300 s)"
}
X-Request-Timestamp header.2026-04-19T14:36:25.465Z.X-Request-ID; the rejected request has not consumed any quota.X-Request-Timestamp format)X-Request-Timestamp value and the response's X-Request-ID.