POST api/UPIPAYMENT/UPICallBackStatus
Request Information
URI Parameters
None.
Body Parameters
clsUPICallBackStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| merchantId | string |
None. |
|
| subMerchantId | string |
None. |
|
| terminalId | string |
None. |
|
| merchantTranId | string |
None. |
|
| transactionType | string |
None. |
|
| BankRRN | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"merchantId": "sample string 1",
"subMerchantId": "sample string 2",
"terminalId": "sample string 3",
"merchantTranId": "sample string 4",
"transactionType": "sample string 5",
"BankRRN": "sample string 6"
}
application/xml, text/xml
Sample:
<clsUPICallBackStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <BankRRN>sample string 6</BankRRN> <merchantId>sample string 1</merchantId> <merchantTranId>sample string 4</merchantTranId> <subMerchantId>sample string 2</subMerchantId> <terminalId>sample string 3</terminalId> <transactionType>sample string 5</transactionType> </clsUPICallBackStatus>
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. |