POST api/Proxy/PaytReverse?transactionRef={transactionRef}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
transactionRef

string

Required

Body Parameters

None.

Response Information

Resource Description

PaytReversalResponseModel
NameDescriptionTypeAdditional information
transactionRef

string

None.

transactionId

string

None.

responseCode

string

None.

responseMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "transactionRef": "sample string 1",
  "transactionId": "sample string 2",
  "responseCode": "sample string 3",
  "responseMessage": "sample string 4"
}

application/xml, text/xml

Sample:
<PaytReversalResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EEDC_Service_API.Models">
  <responseCode>sample string 3</responseCode>
  <responseMessage>sample string 4</responseMessage>
  <transactionId>sample string 2</transactionId>
  <transactionRef>sample string 1</transactionRef>
</PaytReversalResponseModel>