POST api/Payment/VetifyCallback?companyCode={companyCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
companyCode | string |
Required |
Body Parameters
OrderOnline_MISAPaymentCallBackParamName | Description | Type | Additional information |
---|---|---|---|
CompanyCode |
Mã nhà hàng |
string |
None. |
BranchID |
ID nhà hàng |
globally unique identifier |
None. |
ProviderCode |
Provider |
string |
None. |
TransactionId |
TransactionId |
string |
None. |
ProviderTransactionId |
ProviderTransactionId |
string |
None. |
Data |
Data |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CompanyCode": "sample string 1", "BranchID": "2b0091d2-e944-4318-a790-a064c8d2fef9", "ProviderCode": "sample string 3", "TransactionId": "sample string 4", "ProviderTransactionId": "sample string 5", "Data": "sample string 6" }
application/xml, text/xml
Sample:
<OrderOnline_MISAPaymentCallBackParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.QLNH.BE.BO"> <BranchID>2b0091d2-e944-4318-a790-a064c8d2fef9</BranchID> <CompanyCode>sample string 1</CompanyCode> <Data>sample string 6</Data> <ProviderCode>sample string 3</ProviderCode> <ProviderTransactionId>sample string 5</ProviderTransactionId> <TransactionId>sample string 4</TransactionId> </OrderOnline_MISAPaymentCallBackParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIOrderOnlineResultOfOrderOnline_OrderInfoName | Description | Type | Additional information |
---|---|---|---|
Data | OrderOnline_OrderInfo |
None. |
|
Success | boolean |
None. |
|
ErrorMessage | string |
None. |
|
ErrorType | OrderOnlineAPIErrorType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.