Skip to main content

UPP Payment Query Parameters

info

The following parameters provided to PayMaster for payment query request. Upon retrieving the payment transaction status from database, PayMaster shall return the retrieved information as the response to the merchant server.

Mandatory Fields

Field NameTypeLengthDescriptionExample
PaymentIDString3Payment Method/Function."U02" – UPP Payment Status Query
MerchantIDString15Merchant ID."000010000099939"
ServiceIDString3Service ID."FNX"
MerchRefNoString40Unique merchant reference number."MYB2023030315435025LL"
QueryRespURLString512Query response page."https://XXX.XXXXX.XXX/query.jsp"

Example Message

UPP Payment Query Request
{
"paymentID": "U02",
"merchantID": "000010000099939",
"serviceID": "",
"merchRefNo": "MYB2023030315435025LL",
"queryRespURL": ""
}