PAYON Payment Gateways Developer
  • Table of Content
  • Revision History
  • PAYON PG Overview
    • PAYON PG UI DESIGN
      • Desktop UI Screen
      • Mobile UI Screen
  • How it Work ?
    • QR Payment via Mobile Apps
  • Work Flows
    • Payment Work Flow
      • Overall QR Payment Process
      • Overall 3rd Party Payment Process
      • Overall Credit/Debit Payment Process - 3Ds
  • How to Implement ?
    • How to Implement QR Payment
      • Web Base Implementation
        • Step 1: Prepare to read KHQR
        • Step 2: Notify QR Scan Screen
        • Step 3: Notify Processing Payment
        • Step 4: Notify Completion Payment
      • Mobile Base Implementation
  • PAYON API RERFERENCES
    • QR Payment
      • Notify QR Scan
      • Notify Processing Payment
      • Notify Completion Payment
      • QR Cancel Payment
Powered by GitBook
On this page
  1. PAYON API RERFERENCES
  2. QR Payment

Notify QR Scan

This end point is for merchant notify qr have been scanned. When QR's scanned activity is created, 3rd party Payment Apps need to call this end point to notify to PG's Aggregator.

PreviousQR PaymentNextNotify Processing Payment

Last updated 3 years ago

API Direction

3rd party Payment Apps -> PAYON Agregator

Environment
URL

TEST

PRODUCTION

POST {{URL}}/pg/notifyqrscanned

Request Body

Name
Type
Description

merchantId*

String

Merchant's Identification

termId*

String

Terminal's Identification

txId*

String

Transaction's Identification

amount*

String

Transaction's amount

{
    // Response
}
http://pgtest.payon.com.kh:36605
https://pg.payon.com.kh:35505