Taskio – Task Management Software

Bakong KHQR Developer API

Complete guide, interactive examples, and webhook reference for the Bakong KHQR reverse proxy integration.

Back
Bakong

បាគង / BAKONG / BAKONG KHQR Gateway Active

National Bank of Cambodia • Unified Payment System

This reverse-proxy integration forwards standard client queries securely to the Bakong KHQR gateway. It automatically handles encryption, signing, and verification, allowing your systems to check payment status instantly.

Base URLhttps://www.taskio.site/api/
Gateway ProtocolHTTPS / REST API
Auth PatternBearer API Token

Request & Response Format

Schema for transaction status checks.

Request Payload (JSON)

{
  "md5": "d60f3db96913029a2af979a1662c1e72",
  "attempts": 24,
  "billNumber": "INV-10224"
}

Response Payload (Success JSON)

{
  "responseCode": 0,
  "responseMessage": "Success",
  "billNumber": "INV-10224",
  "data": {
    "hash": "8465d722d7d5065f2886f...",
    "amount": 25.00,
    "currency": "USD",
    "description": "testing integration"
  }
}