GET api/Paymentgateway/resulthdbank?data={data}&sign={sign}
Ngân hàng HDBank chủ động cập nhật trạng thái giao dịch
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| data |
dữ liệu json đã được encode base64 |
string |
Default value is |
| sign |
chữ ký HMAC SHA256 của parametter "data" với secretKey đã cấp |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
HDBankConfirmTransactionToBank| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
Mã |
string |
None. |
| message |
message |
string |
None. |
| data |
data |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"message": "sample string 2",
"data": "sample string 3"
}
application/xml, text/xml
Sample:
<HDBankConfirmTransactionToBank xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiIVF.Models"> <code>sample string 1</code> <data>sample string 3</data> <message>sample string 2</message> </HDBankConfirmTransactionToBank>