PUT PayLink

Request Information

URI Parameters

None.

Body Parameters

PayLinkTransaction
Name Description Type Additional information
GatewayID

integer

None.

MerchantTerminalID

integer

None.

TransactionID

integer

None.

SourceInfo

string

None.

PayLinkGuid

string

None.

Resultcode

string

None.

ResultSubCode

string

None.

ResultText

string

None.

Request Formats

application/json, text/json

Sample:
{
  "GatewayID": 1,
  "MerchantTerminalID": 2,
  "TransactionID": 3,
  "SourceInfo": "sample string 4",
  "PayLinkGuid": "sample string 5",
  "Resultcode": "sample string 6",
  "ResultSubCode": "sample string 7",
  "ResultText": "sample string 8"
}

application/xml, text/xml

Sample:
<PayLinkTransaction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <GatewayID>1</GatewayID>
  <MerchantTerminalID>2</MerchantTerminalID>
  <TransactionID>3</TransactionID>
  <SourceInfo>sample string 4</SourceInfo>
  <PayLinkGuid>sample string 5</PayLinkGuid>
  <Resultcode>sample string 6</Resultcode>
  <ResultSubCode>sample string 7</ResultSubCode>
  <ResultText>sample string 8</ResultText>
</PayLinkTransaction>

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.