This article addresses scenarios where customers observe latency or delayed response times while invoking the EvaluateRisk API from Symantec VIP User Services. In several instances, the issue is not due to the API processing itself but rather to delays before the request reaches the Intelligent Authentication (IA) component, where the actual risk evaluation logic executes.
Symantec VIP
The EvaluateRisk API is designed to perform a real-time risk assessment on authentication or transaction events. The API request flow involves two main layers:
When an EvaluateRisk request is submitted, VIPUS internally forwards the call to IA. The overall latency experienced by the client depends on:
In a recent case, a customer reported EvaluateRisk failures due to their API gateway timeout being set to 1 second. Logs indicated:
2025-10-17 08:03:59.9682025-10-17 08:04:01.077This shows an ~1100 ms delay before the request reached IA.
The complete EvaluateRisk processing time (VIPUS + IA) was ~1570 ms.
Increase the API Gateway Timeout
Monitor Network Latency
Check API Request Volume
Review IA Integration Health