POST api/UPIPAYMENT/UPITransactionStatus

Request Information

URI Parameters

None.

Body Parameters

clsUPITransactionStatus
NameDescriptionTypeAdditional information
merchantId

string

None.

subMerchantId

string

None.

originalBankRRN

string

None.

merchantTranId

string

None.

originalmerchantTranId

string

None.

payeeVA

string

None.

terminalId

string

None.

refundAmount

string

None.

note

string

None.

onlineRefund

string

None.

Request Formats

application/json, text/json

Sample:
{
  "merchantId": "sample string 1",
  "subMerchantId": "sample string 2",
  "originalBankRRN": "sample string 3",
  "merchantTranId": "sample string 4",
  "originalmerchantTranId": "sample string 5",
  "payeeVA": "sample string 6",
  "terminalId": "sample string 7",
  "refundAmount": "sample string 8",
  "note": "sample string 9",
  "onlineRefund": "sample string 10"
}

application/xml, text/xml

Sample:
<clsUPITransactionStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <merchantId>sample string 1</merchantId>
  <merchantTranId>sample string 4</merchantTranId>
  <note>sample string 9</note>
  <onlineRefund>sample string 10</onlineRefund>
  <originalBankRRN>sample string 3</originalBankRRN>
  <originalmerchantTranId>sample string 5</originalmerchantTranId>
  <payeeVA>sample string 6</payeeVA>
  <refundAmount>sample string 8</refundAmount>
  <subMerchantId>sample string 2</subMerchantId>
  <terminalId>sample string 7</terminalId>
</clsUPITransactionStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.