POST gateway/redeemStatus

Used to check the redemption status.

Request Information

URI Parameters

None.

Body Parameters

RStatus
NameDescriptionTypeAdditional information
TerminalId

string

None.

TxnId

string

None.

Amount

decimal number

None.

Lang

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TerminalId": "sample string 1",
  "TxnId": "sample string 2",
  "Amount": 3.0,
  "Lang": "sample string 4"
}

application/xml, text/xml

Sample:
<SQLFunction.RStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTapi20.GatewayDAL">
  <Amount>3</Amount>
  <Lang>sample string 4</Lang>
  <TerminalId>sample string 1</TerminalId>
  <TxnId>sample string 2</TxnId>
</SQLFunction.RStatus>

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.