Skip to main content

LINE Pay

Quick Start
  1. Sign up at pay.line.me and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to LINE Pay →

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 IDlinepay
CategoryE-Wallets
Websitepay.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

ParameterDescription
channel_idChannel ID
channel_secretChannel Secret
base_urlBase 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 Status4pay StatusDescription
0000chargedPayment successful
0110chargingPayment pending
1101rejectedBuyer not found
1104rejectedInsufficient funds
1150rejectedTransaction error

Resources