⌨️Alipay

Alipay simple payment integration guide

1. Configure Alipay simple payment PG settings

Refer to the Alipay settings page to configure the PG settings.

2. Request payment

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.

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 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)

Last updated