POST Result/ViPay/GetResult
Request Information
URI Parameters
None.
Body Parameters
ViPayGetResultRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| MerchantCode | string |
None. |
|
| ReturnCode | string |
None. |
|
| IssRefNo | string |
None. |
|
| RetRefNumber | string |
None. |
|
| SecureCode | string |
None. |
|
| TransAmount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MerchantCode": "sample string 1",
"ReturnCode": "sample string 2",
"IssRefNo": "sample string 3",
"RetRefNumber": "sample string 4",
"SecureCode": "sample string 5",
"TransAmount": 6
}
application/xml, text/xml
Sample:
<ViPayGetResultRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pis.Apay.Mobile.Api.Models.Vipay"> <IssRefNo>sample string 3</IssRefNo> <MerchantCode>sample string 1</MerchantCode> <RetRefNumber>sample string 4</RetRefNumber> <ReturnCode>sample string 2</ReturnCode> <SecureCode>sample string 5</SecureCode> <TransAmount>6</TransAmount> </ViPayGetResultRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />