-
Introduction
-
Commands & Actions
-
Transaction Sequence
-
MasterPass
-
Visa Checkout
-
Foreign Exchange
-
Parameter Description & Action
-
Gateway Domain Knowledge
-
Transaction Result Codes
-
Out Of Band
-
Payment Facilitator
-
Tokenization
-
SOAP API
-
Pos Device Intergration
-
Acquire Contact Information
-
3D Secure
-
Enterprise API Samples
-
Card on File
-
Additional Data Transactions
UPOP Authentication Redirect Example Page
Authenticating UnionPay Cards
You need to redirect the customer to the UPOP Endpoint an HTTP form POST that contains the ACPReq. To do so, create a Web page with hidden content:
POST Form
This code has two functions: a page that receives the reply fields for the enrollment check service and a form containing the required data for the card-issuing bank. The page typically includes JavaScript (an onLoad script) that automatically posts the form. In your implementation, you would replace the variables and values by your own values.
<body onload="document.PAEnrollForm.submit ();">
<form id="PAEnrollForm" action="UPOP_Endpoint value" method="post” target="paInlineFrame">
<input type="hidden" name="ACPReq" value="UPOP_ACPReq value" />
</form>
</body>
Use of Authentication Page
Merchant or its payment gateway can show this webpage as a framed inline, pop-up window or a browser redirection to UPOP’s authentication webpage. The authentication page is 500×600px. To implement a framed inline page, the frame opened for the Authentication window must be large enough to present the entire 500 pixel width by 600 pixel length authentication page, without scrolling.
<h2>Payer Authentication Inline Window</h2>
<iframe name="paInlineFrame" height="600px" width="500px">
</iframe>
Timing between Authentication and Authorization
Upon receipt of the authentication response, less than 3 minutes. Otherwise, the authorization may fail.
Failed Authentication Processing
Merchant could terminate transaction or submit ElectronicCommerceIndicator value 10 for authorization request for failed authentication request.
Data Required in Authentication Messages
Merchant must accurately populate the data in authentication request message. Certain authorization request field values must exactly match corresponding values in the original authentication request message.
Full Transaction Flow
This section describes the transaction flow of messages between UPI systems and external systems.
Example dialog where Cardholder chooses a UnionPay card to pay online.
UPOP Authentication Page where Cardholder chooses a UnionPay debit card to pay
Il n'y a aucun commentaire pour le moment.
Partager ce contenu
Partager le lien
Partager sur les réseaux sociaux
Partager par email
Veuillez s'inscrire afin de partager ce Article par email.