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. How to Implement ?
  2. How to Implement QR Payment
  3. Web Base Implementation

Step 2: Notify QR Scan Screen

This step will be call when 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.

PreviousStep 1: Prepare to read KHQRNextStep 3: Notify Processing Payment

Last updated 3 years ago

After Mobile App can read KHQR in STEP 01, then able to get transaction information through KHQR's string generated by PAYON's aggregator. Next, 3rd party mobile app need to notify to change to screen "QR Scanned Screen". Please follow Notify QR Scanned API for more detail api specification.

Figure 01: Notify QR Scan Screen