Skip to main content

Open Payment Window

This step opens the payment window to proceed with authentication for each payment method. Once the authentication is complete, the result is sent via a POST request to the returnUrl specified during the transaction registration.

Minimum Window Size

To prevent the screen from appearing broken or distorted, please ensure the window meets the minimum size requirements (width * height).

  • PC: 720 * 680
  • Mobile: 500 * 850

Request

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

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

Response (Callback to returnUrl)

The following parameters are sent to your returnUrl upon successful authentication.

Parameters

Field NameTypeLengthRequiredDescription
resCdString4ByteResponse Code (Success: “0000”)
resMsgString1000ByteResponse Message
shopOrderNoString40ByteMerchant Order No. Returns the value sent during registration.
authorizationIdString60ByteAuthorization ID. Required for the Payment Approval Request.
shopValue1String64ByteField 1, Returns the value sent during registration.
shopValue2String64ByteField 2, Returns the value sent during registration.
shopValue3String32ByteField 3, Returns the value sent during registration.
shopValue4String32ByteField 4, Returns the value sent during registration.
shopValue5String64ByteField 5, Returns the value sent during registration.
shopValue6String64ByteField 6, Returns the value sent during registration.
shopValue7String64ByteField 7, Returns the value sent during registration.