⌨️Eximbay
Eximbay payment window integration guide
1. Configure Eximbay PG settings
Refer to the Eximbay 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 and mobile browsers, callback is invoked after calling IMP.request_pay(param, callback).
Key parameter description
pg *** **string
PG code
If not specified and this is the only PG setting that exists,
default PGis automatically set.If there are multiple PG settings, set to
eximbay.
pay_method *** **string
Payment method code
Payment method codes
card(credit card)wechatalipaycard(foreign credit card)unionpaytenpayecontext(payment via Japanese convenience store)
merchant_uid *** **string
Order ID
Must be unique for each request.\
buyer_tel*string
Customer phone
amount *** **integer
Payment amount
Must be an integer (not string)
currencystring
Currency
KRW
USD
EUR
GBP
JPY
THB
SGD
RUB
HKD
CAD
AUD
language`` string
Korean : ko
English : en
Chinese : zh
Japanese : jp
How to test convenience store payment
Convenience store payment method
As with virtual accounts in Korea, payment is processed at the convenience store counter using the message sent to the customer by e-mail or text message after requesting payment via the payment window.
i'mport internally sets pay_method : vbank
Sends callback and webhook to notify that Econtext has been created (status: ready / vbank_num is fixed as unknown)
When Econtext confirms payment deposit, i'mport receives a response from Eximbay, changes status to
paid, and sends a webhook for post-payment processing
Convenience store payment test procedure
As with the virtual account, you need to test the result of the customer's deposit and receive a notification upon deposit.
Set Eximbay test mode to
ONand proceed with the payment window.Write down the
pg_tidvalue from the callback response (check the value from the PG approval number column in the i'mport Admin console)Log in from http://test.econ.ne.jp/site/tuchi_2/tuchi_menu_2.html (ID: ectest / password: #eg0810# )
ShopID : 361301, orderID :
pg_tid(from step 2)Click 登録 button at the bottom
On the next page, click 登録 button
Wait 10 minutes and then check that the status is changed to paid (at this point, webhook is sent to notify of the deposit)
Last updated