Skip to main content

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#

  • Thailand 🇹🇭

Available Payment Methods#

LinePay supports THB(฿) currency.

Payment TypePayment Method KeyCurrencyStatusSandbox Availability
Line PayLINEPAY_WALLETTHB✅✅

Sandbox#

Credentials#

KeyValue
channelID1656615655
channelSecretKeycfb61b1c999aa6cfaff6ff800d19f6f2

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#