bakong-khqr
Installation
SKILL.md
Bakong
Implement and troubleshoot Bakong KHQR payment flows from QR generation through payment-status reconciliation.
Quick Workflow
- Confirm integration mode: static KHQR, dynamic KHQR, or deeplink.
- Choose where QR is generated: merchant backend (recommended) or client SDK.
- Generate KHQR and capture
md5/hash metadata for status checks. - Display QR with clear expiration and enforce timeout handling.
- Obtain and maintain Open API token (
request_token->verify->renew_token). - Poll transaction status until success, fail, or QR timeout.
- Reconcile order state and notify the client UI.
Integration Rules
Related skills