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 Processing Payment

This endpoint call to notify PAYON's Aggregator when mobile app already authenticate with user

PreviousNotify QR ScanNextNotify Completion Payment

Last updated 3 years ago

API Direction

3rd party Payment Apps -> PAYON Agregator

Environment
URL

TEST

PRODUCTION

POST {{URL}}/pg/notifyprocessingpayment

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