This endpoint is only available to merchants who do not pass in the
mchid.API Endpoint
URL:/trade/v1/add_noteMethod:
POSTContent-Type:
application/x-www-form-urlencoded
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add custom remarks to a completed transaction. Remarks will show in the Merchant Portal.
mchid./trade/v1/add_notePOSTapplication/x-www-form-urlencoded
| Attribute | Mandatory | Type | Description |
|---|---|---|---|
code | Yes | String(32) | Merchant app code provided by QFPay |
syssn | Yes | String(40) | QFPay transaction number (from original transaction) |
note | Yes | String(200) | Remark content to be added (max 200 characters) |
POST /trade/v1/add_note
Content-Type: application/x-www-form-urlencoded
X-QF-APPCODE: D5589D2A1F2E42A9A60C37**********
X-QF-SIGN: 6FB43AC29175B4602FF95F8332028F19
code=A6A49A6******DFE94EA95032¬e=add_note&syssn=20190722000200020081075691
| Attribute | Type | Description |
|---|---|---|
resperr | String(128) | Transaction result message |
respmsg | String(128) | Error message |
respcd | String(4) | Return code (0000 = Interface call successful) |
data.syssn | String(40) | QFPay transaction number |
{
"resperr": "Success",
"respcd": "0000",
"respmsg": "",
"data": {
"syssn": "20190722000200020081084545"
}
}
Was this page helpful?
