Skip to main content

KG Inicis

Quick Start
  1. Sign up at inicis.com 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 KG Inicis →

Overview

KG Inicis — major South Korean payment gateway. Supports card, mobile, and bank transfer payments. Settlement T+2.

Provider IDkginicis
CategoryCard Processors
Websiteinicis.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

ParameterDescription
midMerchant ID
api_keyAPI Key
base_urlBase 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 Status4pay StatusDescription
00chargedPayment successful
01chargingPending
02rejectedFailed
03refundedRefund processed

Resources