POST api/Pay?total_fee={total_fee}&openid={openid}¬ify_url={notify_url}&out_trade_no={out_trade_no}&itemcount={itemcount}&body={body}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
total_fee | unsigned integer |
Required |
|
openid | string |
Required |
|
notify_url | string |
Required |
|
out_trade_no | string |
Required |
|
itemcount | string |
Required |
|
body | string |
Required |
Body Parameters
None.
Response Information
Resource Description
JsonResultName | Description | Type | Additional information |
---|---|---|---|
Sign | ResultSign |
None. |
|
Message | string |
None. |
|
TotalCount | integer |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Sign": 0, "Message": "sample string 1", "TotalCount": 2, "Data": {} }
application/xml, text/xml
Sample:
<JsonResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FS.API.Models"> <Data /> <Message>sample string 1</Message> <Sign>Success</Sign> <TotalCount>2</TotalCount> </JsonResult>