Notify Completion Payment
This endpoint is uses to notify the completion of payment. 3rd party mobile app need to call this end point to notify payment result to PAYON's aggregator.
API Direction
3rd party Payment Apps -> PAYON Agregator
POST
{{URL}}/pg/notifycompletionpayment
Request Body
Name
Type
Description
RESULT_CODE*
String
Sucess:0000
SYSTEM ERROR: 9999
RESULT_MSG*
String
Result Message
MC_ID*
String
Merchant's Identification
TERM_ID*
String
Terminal's Identification
TX_ID*
String
Transaction's Identification
AMOUNT*
String
Transaction's amount
APPROVAL_DATE*
String
Approval Date will be generated by 3rd party server
APPROVAL_NO*
String
Approval No will be generated by 3rd party server
CURRENCY*
String
Currency : USD/KHR
Last updated