POST api/KnetPayment/CheckKnetStatusByTrackId

Request Information

URI Parameters

None.

Body Parameters

KnetGenerate
NameDescriptionTypeAdditional information
MerchantName

string

None.

MerchantFolderName

string

None.

Amount

string

None.

OrderId

string

None.

Udf2

string

None.

TrackId

string

None.

SuccessUrl

string

None.

ErrorUrl

string

None.

Language

string

None.

TransData

string

None.

TranportalId

string

None.

Udf3

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MerchantName": "sample string 1",
  "MerchantFolderName": "sample string 2",
  "Amount": "sample string 3",
  "OrderId": "sample string 4",
  "Udf2": "sample string 5",
  "TrackId": "sample string 6",
  "SuccessUrl": "sample string 7",
  "ErrorUrl": "sample string 8",
  "Language": "sample string 9",
  "TransData": "sample string 10",
  "TranportalId": "sample string 11",
  "Udf3": "sample string 12"
}

application/xml, text/xml

Sample:
<KnetGenerate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KnetApp.Core">
  <Amount>sample string 3</Amount>
  <ErrorUrl>sample string 8</ErrorUrl>
  <Language>sample string 9</Language>
  <MerchantFolderName>sample string 2</MerchantFolderName>
  <MerchantName>sample string 1</MerchantName>
  <OrderId>sample string 4</OrderId>
  <SuccessUrl>sample string 7</SuccessUrl>
  <TrackId>sample string 6</TrackId>
  <TranportalId>sample string 11</TranportalId>
  <TransData>sample string 10</TransData>
  <Udf2>sample string 5</Udf2>
  <Udf3>sample string 12</Udf3>
</KnetGenerate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.