Official Developer Console

Gateway
API Bakong.

Security Protocol: Admin-Provided BAKONG_API_KEY

A globally accessible bridge for KHQR generation. Solve HTTP 403 regional restrictions with high-frequency administrative endpoints.

Available Authorizations

BearerAuth (http, Bearer)

Enter token in format: Bearer {token}

Location: Header Authorization

ApiKeyAuth (apiKey)

Enter your BAKONGAPIKEY in the custom header.

Name: X-API-KEY In: header
Post /api/v1/khqr/individual

Individual KHQR

Generate a KHQR code string for an individual transaction. Authentication via admin keys is required to access the central gateway.

Request Parameters

bakong_account_id REQUIRED
merchant_name REQUIRED
account_information OPTIONAL
currency KHR | USD
amount OPTIONAL
merchant_city Max 15 chars
bill_number OPTIONAL
Request with X-API-KEY
POST /api/v1/khqr/individual
X-API-KEY: YOUR_ADMIN_PROVIDED_KEY
Content-Type: application/json
JSON Body
{
  "bakong_account_id": "account@aba",
  "merchant_name": "John Smith",
  "currency": "khr",
  "amount": 5000,
  "merchant_city": "Phnom Penh",
  "bill_number": "INV-1002"
}