POST api/LonLink/QRPay
Request Information
URI Parameters
None.
Body Parameters
LonLinkQRPayRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OrgId | string |
None. |
|
| Requester | string |
None. |
|
| MerchantNo | string |
None. |
|
| PrivateKey | string |
None. |
|
| TerminalTrace | string |
None. |
|
| TerminalTime | string |
None. |
|
| TotalFee | integer |
None. |
|
| Attach | string |
None. |
|
| OrderBody | string |
None. |
|
| AutoPay | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrgId": "sample string 1",
"Requester": "sample string 2",
"MerchantNo": "sample string 3",
"PrivateKey": "sample string 4",
"TerminalTrace": "sample string 5",
"TerminalTime": "sample string 6",
"TotalFee": 7,
"Attach": "sample string 8",
"OrderBody": "sample string 9",
"AutoPay": 10
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}