POST api/Payment/Ipay88CheckPaymentStatusForSeflOrder?companyCode={companyCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyCode

string

Required

Body Parameters

None.

Response Information

Resource Description

OrderOnline_OrderResult
NameDescriptionTypeAdditional information
Success

Kết quả thực hiện api

boolean

None.

Data

Dữ liệu trả về

Object

None.

Message

Message trả về

string

None.

ErrorType

Code trả về

EnumOrderOnlineErrorType

None.

Signature

chữ ký

string

None.

PaymentAmount

Số tiền thanh toán

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Data": {},
  "Message": "sample string 3",
  "ErrorType": 0,
  "Signature": "sample string 4",
  "PaymentAmount": 5.0
}

application/xml, text/xml

Sample:
<OrderOnline_OrderResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.QLNH.BE.BO">
  <_Data />
  <_ErrorType>None</_ErrorType>
  <_Message>sample string 3</_Message>
  <_PaymentAmount>5</_PaymentAmount>
  <_Signature>sample string 4</_Signature>
  <_Success>true</_Success>
</OrderOnline_OrderResult>