OPTIONS api/Cart/CheckPaymentStatus

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
paramList
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {},
  {},
  {}
]

text/html

Sample:
[{},{},{}]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
  <anyType />
</ArrayOfanyType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ID": 1,
  "PaymentGatwaysId": 2,
  "TxnId": "sample string 3",
  "OrderID": "212ae30e-c9b8-40df-b12a-8124653bc1ce",
  "States": 5,
  "PGTxnNo": "sample string 6",
  "OperaterTxId": "sample string 7",
  "CreatedDate": "2025-11-02T15:58:43.0407503+05:30",
  "ModifiedDate": "2025-11-02T15:58:43.0407503+05:30"
}

text/html

Sample:
{"ID":1,"PaymentGatwaysId":2,"TxnId":"sample string 3","OrderID":"212ae30e-c9b8-40df-b12a-8124653bc1ce","States":5,"PGTxnNo":"sample string 6","OperaterTxId":"sample string 7","CreatedDate":"2025-11-02T15:58:43.0407503+05:30","ModifiedDate":"2025-11-02T15:58:43.0407503+05:30"}

application/xml, text/xml

Sample:
<PaymentProcessModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <CreatedDate>2025-11-02T15:58:43.0407503+05:30</CreatedDate>
  <ID>1</ID>
  <ModifiedDate>2025-11-02T15:58:43.0407503+05:30</ModifiedDate>
  <OperaterTxId>sample string 7</OperaterTxId>
  <OrderID>212ae30e-c9b8-40df-b12a-8124653bc1ce</OrderID>
  <PGTxnNo>sample string 6</PGTxnNo>
  <PaymentGatwaysId>2</PaymentGatwaysId>
  <States>5</States>
  <TxnId>sample string 3</TxnId>
</PaymentProcessModel>