POST api/LonLink/MicroPay
Request Information
URI Parameters
None.
Body Parameters
LonLinkMicroPayRequestName | 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. |
|
PayType | LonLinkPayType |
None. |
|
AuthCode | string |
None. |
|
Attach | string |
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, "PayType": 1, "AuthCode": "sample string 8", "Attach": "sample string 9" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}