Notify Processing Payment

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

API Direction

3rd party Payment Apps -> PAYON Agregator

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
}

Last updated