Results Request
In the EMV 3-D Secure protocol, the Results Request (RReq) is a message used to communicate the outcome of a cardholder authentication. It is sent by the component that performed the authentication back through the payment authentication network so the result can be recorded and relayed to the merchant's side.
The RReq is an EMV 3-D Secure protocol message, originated by the Access Control Server (ACS), that communicates the results of an authentication attempt. The ACS sends the RReq to the Directory Server (DS), which relays it toward the 3DS Server; the 3DS Server acknowledges receipt by returning a Results Response (RRes) message. The RReq conveys the authentication outcome via the Transaction Status field—for example, in a decoupled authentication scenario the ACS may indicate a Decoupled Authentication Fallback using Transaction Status = 'D'. This message is specific to EMV 3-D Secure and should not be confused with the unrelated networking Route Request (RREQ) packet used in ad hoc routing protocols. Exact field definitions and behaviors vary by protocol version and should be confirmed against the current published EMVCo specification.
Why it matters
The Results Request (RReq) is the message that closes the loop on a cardholder authentication in EMV 3-D Secure. Without a reliable mechanism to communicate the authentication outcome back through the network, the merchant's side would have no authoritative record of whether the cardholder was successfully authenticated, challenged, or handled through an alternate flow. The RReq is what carries that outcome—expressed through the Transaction Status field—so it can be recorded and relayed toward the 3DS Server and, ultimately, the merchant.
Because the RReq conveys the definitive result of an authentication attempt, its correct handling matters for both fraud reduction and dispute processes. In scenarios such as decoupled authentication, where the cardholder is not authenticated in real time within the original challenge flow, the ACS uses the RReq to signal the appropriate state—for example, a Decoupled Authentication Fallback indicated with Transaction Status = 'D'. Misinterpreting or failing to process these results can lead to incorrect authentication decisions downstream. It is worth noting that 3-D Secure addresses authentication of the cardholder and does not, on its own, eliminate fraud; liability outcomes and network handling of authentication results are governed by card brand and network rules, which vary by region and change over time.
The RReq should not be confused with the unrelated Route Request (RREQ) packet used in ad hoc networking routing protocols; despite the similar abbreviation, these are entirely different concepts. Because exact field definitions and message behaviors differ across protocol versions, teams implementing or troubleshooting 3-D Secure flows should confirm current behavior against the published EMVCo specification rather than relying on a fixed assumption.
Who it's relevant to
Inside RReq
Common questions
Answers to the questions practitioners most commonly ask about RReq.