POST api/Payment/Ipay88QueryTransaction?companyCode={companyCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
APIOrderOnlineResultOfOrderOnline_OrderResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | OrderOnline_OrderResult |
None. |
|
| Success | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| ErrorType | OrderOnlineAPIErrorType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Success": true,
"Data": {},
"Message": "sample string 3",
"ErrorType": 0,
"Signature": "sample string 4",
"PaymentAmount": 5.0
},
"Success": true,
"ErrorMessage": "sample string 2",
"ErrorType": 0,
"Total": 3,
"Message": "sample string 4"
}
application/xml, text/xml
Sample:
<APIOrderOnlineResultOfOrderOnline_OrderResultHwd4PmMc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.QLNH.BE.BO">
<Data>
<_Data />
<_ErrorType>None</_ErrorType>
<_Message>sample string 3</_Message>
<_PaymentAmount>5</_PaymentAmount>
<_Signature>sample string 4</_Signature>
<_Success>true</_Success>
</Data>
<ErrorMessage>sample string 2</ErrorMessage>
<ErrorType>None</ErrorType>
<Message>sample string 4</Message>
<Success>true</Success>
<Total>3</Total>
</APIOrderOnlineResultOfOrderOnline_OrderResultHwd4PmMc>