POST api/Payment/VetifyCallback?companyCode={companyCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyCode | string |
Required |
Body Parameters
OrderOnline_MISAPaymentCallBackParam| Name | 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": "bedaa2a2-bd57-4631-86aa-2f245c716248",
"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>bedaa2a2-bd57-4631-86aa-2f245c716248</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_OrderInfo| Name | 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.