Skip to main content

Open Authentication Window

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

info

Request

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 Approval Request)
shopParameterString4000ByteCustom Data (Returns the value sent in registration)