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.
API Direction
3rd party Payment Apps -> PAYON Agregator
Environment
URL
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
}
Last updated