PreVOP โ€” Error ReferenceDeutsch
UPSTREAM_TIMEOUTHTTP 504

What it means

PreVOP sent the verification request to the upstream VOP provider but did not receive a response within its configured timeout. Your request did not complete; no verification result is available.

When you'll see it

Example response

HTTP/1.1 504 Gateway Timeout
Content-Type: application/problem+json
X-Request-ID: 550e8400-e29b-41d4-a716-446655440000

{
  "type":    "https://errors.prod.prevop.alseda.eu/errors/upstream-timeout",
  "code":    "UPSTREAM_TIMEOUT",
  "title":   "Upstream provider did not respond in time",
  "status":  504
}

How to fix

  1. Retry the request with a fresh X-Request-ID. Timeouts are usually transient and a retry normally succeeds.
  2. Keep retry attempts bounded — one or two retries at increasing intervals (e.g. 1 s, then 5 s) is enough; retrying indefinitely in a tight loop does not help.
  3. If your own request budget has a tight deadline, consider a shorter client-side timeout so you fail fast and can route differently.
  4. If timeouts persist for more than a minute, treat it as a provider outage and stop hammering — alseda's upstream monitoring will have picked it up.

Related

Repeated timeouts — especially above a minute at a time — are worth flagging. Email prevop-support@alseda.com with a representative X-Request-ID.