Skip to main content

KakaoPay

Quick Start
  1. Sign up at kakaopay.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 KakaoPay →

Overview

KakaoPay — South Korean KakaoTalk e-wallet (~37M users). FSC & FIU licensed. Supports wallet QR and card-linked payments.

Provider IDkakaopay
CategoryE-Wallets
Websitekakaopay.com

Supported currencies: KRW

Supported operations: charge, refund, partial_refund


Authentication

  • Method: KakaoAK header auth
  • Base URL: https://kapi.kakao.com/v1/payment

Configuration

Required Parameters

ParameterDescription
admin_keyAdmin Key
cidCID (Commerce ID)
base_urlBase URL API

Example Configuration

{
"provider": "kakaopay",
"provider_params": {
"admin_key": "your_admin_key_here",
"cid": "your_cid_here",
"base_url": "https://kapi.kakao.com/v1/payment"
}
}

Status Mapping

Provider Status4pay StatusDescription
SUCCESS_PAYMENTchargedPayment successful
READYchargingPayment ready
QUITrejectedUser cancelled
CANCEL_PAYMENTrefundedRefund processed
FAIL_PAYMENTrejectedPayment failed

Resources