LINE Pay
Quick Start
- Sign up at pay.line.me and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
LINE Pay — LINE messenger ecosystem wallet (~49M users). Licensed by FSA (JP), FSC (TW), BoT (TH). Supports LINE Pay wallet and LINE Points.
| Provider ID | linepay |
| Category | E-Wallets |
| Website | pay.line.me |
Supported currencies: JPY, TWD, THB
Supported operations: charge, refund
Authentication
- Method: HMAC-SHA256 Signature (
channel_secret) - Base URL:
https://api-pay.line.me/v3
Configuration
Required Parameters
| Parameter | Description |
|---|---|
channel_id | Channel ID |
channel_secret | Channel Secret |
base_url | Base URL API |
Example Configuration
{
"provider": "linepay",
"provider_params": {
"channel_id": "your_channel_id_here",
"channel_secret": "your_channel_secret_here",
"base_url": "https://api-pay.line.me/v3"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
0000 | charged | Payment successful |
0110 | charging | Payment pending |
1101 | rejected | Buyer not found |
1104 | rejected | Insufficient funds |
1150 | rejected | Transaction error |