Payment Success Callback (QRIS)
A process for sending notifications after merchant received payment from QRIS Channel. Payment notifications will sent via URL who previously had been prepared, which is the URL to receive notifications of transactions hit. Netzme will retry send a payment notification 3 times if the first try not get response ok. Endpoint URL Payment Notification
Endpoint URL is used as a feedback URL that will process the data in the notification from Netzme to the merchant system. There are two URLs that needs to be used, namely Production and Development. For the implementation of the testing or UAT can use the URL development.
Parameter
Data Type
Description
merchantUserId
String
buyerUserId
String
buyerFullname
String
netAmount
String
merchantFee
String
issuerName
String
acquirerName
String
customerPan
String
merchantPan
String
merchantName
String
merchantLocation
String
transactionId
String
ts
String
tsLong
String
amount
String
status
String
statusMessage
String
type
String
referenceId
String
Sample JSON Request :
Last updated
Was this helpful?