POST api/VietQR/GetVNPAY_BillStatus
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VNPayBillModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Receipt_No_ | string |
None. |
|
| Amount_in_Currency | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Receipt_No_": "sample string 2",
"Amount_in_Currency": 3.0
}