Skip to main content

Open Authentication Window

This step invokes the EasyPay Simple Payment authentication window to proceed with user authentication. Upon completion, the authentication result is sent to the returnUrl specified during transaction registration via the POST method.

Request

Open the authPageUrl obtained from the Transaction Registration API via a browser (GET).

Request URL
GET {Authentication Window URL}
Content-type: text/html

Response (POST to returnUrl)

Parameters

Field NameTypeLengthRequiredDescription
resCdString4ByteResult Code (Success: “0000”)
resMsgString1000ByteResult Message
shopTransactionIdString60ByteMerchant Transaction ID (Returns the value sent in registration)
shopOrderNoString40ByteMerchant Order No. (Returns the value sent in registration)
authorizationIdString60ByteAuth Transaction ID (Required for Payment Approval)
shopParameterString4000ByteCustom Data (Returns the value sent in registration)