On This Page
Authentication Modes
RuPay authenticates the cardholder in two ways:
- Redirection—This mode of payer authentication has the issuer hosting the password entry page. When a cardholder is being authenticated during a transaction, the issuer sends a one-time password to the cardholder's phone so that the cardholder can enter the password into a displayed entry form. If the entered password matches the password that was sent, the cardholder is authenticated and the transaction proceeds. In the Redirection mode, the password authentication is redirected away from the merchant to a URL that the issuer sends. The issuer hosts the password entry form at this URL. This redirection from the merchant to the issuer can cause lag time during the transaction processing due to network traffic.
- Seamless Server to Server—This mode of payer authentication has the merchant hosting the password entry page. This is an improved method of authenticating with a one-time password. The process of password authenticating is much the same as the redirection but this method keeps the hosting of the password entry page with the merchant. The cardholder does not leave the merchant's web site during authentication. When the merchant hosts the password entry page, timeouts are reduced and transactions process faster.
The first section of this guide describes the Redirection Flow of payer authentication
while the following section describes the Seamless Flow mode.