Alipay
Alipay simple payment integration guide
Last updated
Alipay simple payment integration guide
Last updated
Refer to the page to configure the PG settings.
After calling IMP.request_pay(param, callback)
, the page is redirected to m_redirect_url.
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 alipay
.
merchant_uid
*** **string
Order ID
Must be unique for each request.
currency``
string
Currency code
Default: USD (KRW supported)
amount
*** **integer
Payment amount
Must be an integer (not string)
To open the payment window, call IMP.request_pay(param, callback).