KG Inicis
Quick Start
- Sign up at inicis.com 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
KG Inicis — major South Korean payment gateway. Supports card, mobile, and bank transfer payments. Settlement T+2.
| Provider ID | kginicis |
| Category | Card Processors |
| Website | inicis.com |
Supported currencies: KRW, USD
Supported operations: charge, refund, partial_refund
Authentication
- Method: API Key
- Base URL:
https://stg.api.innopay.co.kr/api
Configuration
Required Parameters
| Parameter | Description |
|---|---|
mid | Merchant ID |
api_key | API Key |
base_url | Base URL API |
Example Configuration
{
"provider": "kginicis",
"provider_params": {
"mid": "your_merchant_id_here",
"api_key": "your_api_key_here",
"base_url": "https://stg.api.innopay.co.kr/api"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
00 | charged | Payment successful |
01 | charging | Pending |
02 | rejected | Failed |
03 | refunded | Refund processed |