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
Request Parameters
| 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) |
Request Sample
The above command returns JSON structured like this:
HTTP Request
Endpoint :/trade/v1/add_noteMethod :
POST
Request Parameters
| Attribute | Mandatory | Type | Description |
|---|---|---|---|
code | Yes | String(32) | Merchant app code, provided by QFPay |
syssn | Yes | String(40) | QFPay transaction number (generated upon successful transaction) |
note | Yes | String(200) | Remarks or notes. Will be shown on Merchant Portal and transaction reports |
Response Parameters
| Attribute | Type | Description |
|---|---|---|
resperr | String(128) | Transaction result message |
respmsg | String(128) | Error message |
respcd | String(4) | Return code (0000 = Interface call successful) |
syssn | String(40) | QFPay transaction number |
