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

Code Examples

Status check snippets in different languages.

terminal.sh
curl -X POST "https://www.taskio.site/api/v1/check_transaction_by_md5" \
  -H "Authorization: Bearer YOUR_GENERATED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"md5": "d60f3db96913029a2af979a1662c1e72"}'