APIs for Businesses
Home
APIs
  • Checkout/ Deeplink
  • Merchant Proxy
  • Bill24 Hosted
  • Auto Direct Debit
  • KHQR Integration Specification for API
  • Notification API
  • On Boarding Sub Biller API
Home
APIs
  • Checkout/ Deeplink
  • Merchant Proxy
  • Bill24 Hosted
  • Auto Direct Debit
  • KHQR Integration Specification for API
  • Notification API
  • On Boarding Sub Biller API
  1. KHQR Integration Specification for API
  • KHQR Integration Specification for API
    • Overview
    • Transaction Initiation
      POST
    • Transaction Verification
      POST
    • Webhook
      POST
  1. KHQR Integration Specification for API

Overview

KHQR Payment Service, allows merchants to easily accept payments via KHQR codes. Customers scan the KHQR code with their bank app to complete the payment. Once done, Bill24 automatically sends the transaction details to the merchant and clears the invoice, making the payment process quick and easy.

Integration Process#

image.png
1 - Merchant System requests to init transaction through Bill24 SDK.
2 - Bill24 Server response QR code and payment link to Merchant System.
3 - Merchant System puts the QR code to invoice or can also redirect to payment link (Ecommerce / POS).
4 - Consumer opens the bank app to scan QR code and confirm the payment.
5 - Bill24 Server will send the payment details to Merchant System after receiving payment confirmation from the bank.
Base URL: https://merchantapi-demo.bill24.io
Next
Transaction Initiation