LinePay
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 Type | Payment Method Key | Currency | Status | Sandbox Availability |
---|---|---|---|---|
Line Pay | LINEPAY_WALLET | THB, TWD | ✅ | ✅ |
Sandbox
Credentials
Country | channelID | channelSecretKey |
---|---|---|
Taiwan | 2002189677 | ba9805e4751487cd2e84ea7c51672ff4 |
Thailand | 1656615655 | cfb61b1c999aa6cfaff6ff800d19f6f2 |
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
Updated about 1 month ago