Skip to main content

Transaction Notes

note

This Endpoint is only available to merchants who do not pass in the mchid

Merchant can use this interface to add remarks to a transaction. This remarks value will be displayed in the Merchant Management System (MMS) and on the transaction report.

API Endpoint for Transaction Notes

Request Header:

{
Content-Type: application/x-www-form-urlencoded;
X-QF-APPCODE: D5589D2A1F2E42A9A60C37**********
X-QF-SIGN: 6FB43AC29175B4602FF95F8332028F19
}

Request Body:

{
code=A6A49A6******DFE94EA95032&note=add_note&syssn=20190722000200020081075691
}

The above command returns JSON structured like this:

{
"resperr": "Success",
"respcd": 0000,
"respmsg": "",
"data":
{
"syssn": "20190722000200020081084545"
}
}

HTTP Request

Endpoint : /trade/v1/add_note

Method : POST

Request Parameters

AttributeMandatoryTypeDescription
codeYesString(32)Merchant app code, provided by QFPay
syssnYesString(40)QFPay transaction number, returned by the system once payment is completed
noteYesString(200)Remarks value

Response Parameters

AttributeTypeDescription
resperrString(128)Transaction result description
respmsgString(128)Error message
respcdString(4)Return code, 0000 = Interface call succeeded
syssnString(40)Transaction number returned by the system when payment is completed