POST api/Payment/Vefify
Request Information
URI Parameters
None.
Body Parameters
VerifyPaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| merchantCode | string |
None. |
|
| orderId | string |
None. |
|
| transAmount | integer |
None. |
|
| description | string |
None. |
|
| otherInfo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"merchantCode": "sample string 1",
"orderId": "sample string 2",
"transAmount": 3,
"description": "sample string 4",
"otherInfo": "sample string 5"
}
application/xml, text/xml
Sample:
<VerifyPaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NST.Viettel.Api.Models"> <description>sample string 4</description> <merchantCode>sample string 1</merchantCode> <orderId>sample string 2</orderId> <otherInfo>sample string 5</otherInfo> <transAmount>3</transAmount> </VerifyPaymentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |