⌨️Paymentwall
Paymentwall payment window integration guide
1. Configure Paymentwall PG settings
Refer to the Paymentwall settings page to configure the PG settings.
2. Request payment
To open the payment window, call JavaScript SDK IMP.request_pay(param, callback).
In PC browsers, callback is invoked after calling IMP.request_pay(param, callback)
. In mobile browsers, the page is redirected to m_redirect_url.
Key parameter description
pg
* string
PG code
If not specified and this is the only PG setting that exists,
default PG
is automatically set.If there are multiple PG settings, set to
paymentwall
.
pay_method
string
Payment method code (Can be omitted)
You can manage your payment methods by enabling Project from the Paymentwall website.
(Payment methods are enabled based on your country IP by default)
merchant_uid
* string
Order ID
Must be unique for each request.
amount
* integer
Payment amount
Must be an integer (not string)
buyer_name
*
string
Customer name
buyer_email
*
string
Customer email address
currency
*
string
Currency
bypass
Paymentwall specific parameter
widget_code
: Set this to t3_1 for Terminal 3 only, Defualt: general payment windowps
: Set to enable specific payment method. For available codes, refer to Payment system short codes. Example:kakaopaykr
= Kakao Paycountry_code : Payment methods are shown based on this code. (Country codes)
Last updated