⌨️Alipay
Alipay simple payment integration guide
Last updated
Alipay simple payment integration guide
Last updated
Refer to the Alipay settings page to configure the PG settings.
To open the payment window, call JavaScript SDK IMP.request_pay(param, callback).
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)