POST api/Store/VisaOrderCreate
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PaymentResult| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode |
返回Code(-1请求失败,0请求成功,1调用支付) |
integer |
None. |
| errmsg |
返回提示消息 |
string |
None. |
| url |
返回Url |
string |
None. |
| data |
返回数据 |
string |
None. |
| dataObj |
返回数据1 |
Object |
None. |
| timeStamp | string |
None. |
|
| nonceStr | string |
None. |
|
| package | string |
None. |
|
| paySign | string |
None. |
|
| dealId | string |
None. |
|
| appKey | string |
None. |
|
| totalAmount | string |
None. |
|
| tpOrderId | string |
None. |
|
| dealTitle | string |
None. |
|
| bizInfo | string |
None. |
|
| appId | string |
None. |
|
| orderInfo | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"timeStamp": "sample string 1",
"nonceStr": "sample string 2",
"package": "sample string 3",
"paySign": "sample string 4",
"dealId": "sample string 5",
"appKey": "sample string 6",
"totalAmount": "sample string 7",
"tpOrderId": "sample string 8",
"dealTitle": "sample string 9",
"bizInfo": "sample string 10",
"appId": "sample string 11",
"orderInfo": "sample string 12",
"errcode": 1,
"errmsg": "sample string 2",
"url": "sample string 3",
"data": "sample string 4",
"dataObj": {}
}
application/xml, text/xml
Sample:
<PaymentResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models"> <data>sample string 4</data> <dataObj /> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <url>sample string 3</url> <appId>sample string 11</appId> <appKey>sample string 6</appKey> <bizInfo>sample string 10</bizInfo> <dealId>sample string 5</dealId> <dealTitle>sample string 9</dealTitle> <nonceStr>sample string 2</nonceStr> <orderInfo>sample string 12</orderInfo> <package>sample string 3</package> <paySign>sample string 4</paySign> <timeStamp>sample string 1</timeStamp> <totalAmount>sample string 7</totalAmount> <tpOrderId>sample string 8</tpOrderId> </PaymentResult>