Nhảy tới nội dung

LinePay Integration

Introduction#

LinePay is a convenient smartphone payment service. Follow this guide to integrate LinePay acceptance on your mobile app or website.


Supported Countries#

  • Taiwan 🇹🇼
  • Thailand 🇹🇭

Available Payment Methods#

LinePay supports THB, TWD currency.

Payment TypePayment Method KeyCurrencyStatusSandbox Availability
Line PayLINEPAY_WALLETTHB, TWD

Sandbox#

Credentials#

CountrychannelIDchannelSecretKey
Taiwan2002189677ba9805e4751487cd2e84ea7c51672ff4
Thailand1656615655cfb61b1c999aa6cfaff6ff800d19f6f2

Use following values in embedded JS code to pay via LinePay channel#

"pmt_channel": "LINEPAY",
"pmt_method": { Any of above given payment method keys },

Reference links#