Our system leverages transaction data to recommend the optimal payment methods, aiming to enhance the overall payment acceptance rate. By using this interface, the system will provide a list of available payment methods, sorted by the highest acceptance rate, enabling shoppers to complete their payments seamlessly.
Total order amount; value needs to be digits only. Please refer to ISO 4217 for decimal values of each currency
<= 15 characters
Example:
1
shopper_id
string
required
The ID which is allocated or created by Merchant to specify the shopper
<= 64 characters
Example:
test03
shopper_email
string
required
Shopper’s email address
<= 100 characters
Example:
test@gmail.com
shopper_ip
string
optional
Shopper's IP address
<= 50 characters
Example:
111.111.111.111
shopper_country
string
required
Shopper's IP country
<= 2 characters
Example:
JP
shopper_level
string
optional
Shopper tiers defined by merchants
<= 50 characters
Example:
1
platform
string
optional
Platform order was made through. Can be one of WEB, PHONE, DYNAMIC_PHONE, MOBILE, MOBILE_IN_STORE, IOS, ANDROID, WAP, STORE, MERCHANT_EMPLOYEE, MAIL_ORDER, AUTOMATIC_RENEWAL_OR_INSTALLMENT_PAYMENT, MERCHANT_INITIATED, UNKNOWN, POS, API_ONLY, PERSONAL_POS, PHONE_LINK
<= 50 characters
Example:
PHONE
encryption_data
string
required
Digital signatures information encryption_data=sha256(merchant_id + account_id + request_id + currency + amount + shopper_email + sign_key); All encryption parameters need to remove spaces before encryption.