POST api/LaKaLaPay/payh5?sign={sign}&shopno={shopno}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sign | string |
Required |
|
| shopno | string |
Required |
Body Parameters
LaKaLaPayH5Request| Name | Description | Type | Additional information |
|---|---|---|---|
| total_amount | decimal number |
None. |
|
| order_efficient_time | string |
None. |
|
| order_info | string |
None. |
|
| notify_url | string |
None. |
|
| out_order_no | string |
None. |
|
| support_refund | integer |
None. |
|
| merchant_no | string |
Required String length: inclusive between 0 and 32 |
|
| term_no | string |
Required String length: inclusive between 0 and 32 |
|
| out_trade_no | string |
Required String length: inclusive between 0 and 32 |
Request Formats
application/json, text/json
Sample:
{
"total_amount": 1.0,
"order_efficient_time": "sample string 2",
"order_info": "sample string 3",
"notify_url": "sample string 4",
"out_order_no": "sample string 5",
"support_refund": 6,
"merchant_no": "sample string 7",
"term_no": "sample string 8",
"out_trade_no": "sample string 9"
}
application/xml, text/xml
Sample:
<LaKaLaPayH5Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Utils"> <MerchantNo>sample string 7</MerchantNo> <OutTradeNo>sample string 9</OutTradeNo> <TerminalNo>sample string 8</TerminalNo> <NotifyUrl>sample string 4</NotifyUrl> <OrderEfficientTime>sample string 2</OrderEfficientTime> <OrderInfo>sample string 3</OrderInfo> <OutOrderNo>sample string 5</OutOrderNo> <SupportRefund>6</SupportRefund> <TotalAmount>1</TotalAmount> </LaKaLaPayH5Request>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.