POST api/PaymentStore/PaymentVerificationObject

Documentation for 'PaymentVerificationObject'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PaymentId": "sample string 1",
  "SalesOrderId": "sample string 2",
  "TransactionCode": "sample string 3",
  "IsCOD": true,
  "TranscationType": "sample string 5",
  "ReturnUrl": "sample string 6",
  "IsUseTranscope": true,
  "IsResendOrder": true,
  "IsEditOrder": true,
  "SalesOrderHeaderId": "356cd0d3-0430-4f98-bda9-159c33ec7254",
  "IsScheduler": true
}

application/xml, text/xml

Sample:
<PaymentStoreModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PaymentId>sample string 1</PaymentId>
  <SalesOrderId>sample string 2</SalesOrderId>
  <TransactionCode>sample string 3</TransactionCode>
  <IsCOD>true</IsCOD>
  <TranscationType>sample string 5</TranscationType>
  <ReturnUrl>sample string 6</ReturnUrl>
  <IsUseTranscope>true</IsUseTranscope>
  <IsResendOrder>true</IsResendOrder>
  <IsEditOrder>true</IsEditOrder>
  <SalesOrderHeaderId>356cd0d3-0430-4f98-bda9-159c33ec7254</SalesOrderHeaderId>
  <IsScheduler>true</IsScheduler>
</PaymentStoreModel>

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "ResponseID": "016139de-b6b2-4cfd-a2a7-a2db7142ad6a",
  "ResponseObject": {
    "$id": "2"
  },
  "CountdownTime": 4,
  "OTPCount": 5,
  "StoreCode": "sample string 6",
  "ResponseCreateID": "sample string 7",
  "ResponCode": "sample string 8",
  "SCTPCID": "sample string 9",
  "CouponBlacklistErrorDetail": "sample string 10",
  "FlagCouponBlackList": true,
  "IsCouponExpired": true,
  "IsSuccess": true
}

application/xml, text/xml

Sample:
<WebAPIResponseModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Message>sample string 1</Message>
  <ResponseID>016139de-b6b2-4cfd-a2a7-a2db7142ad6a</ResponseID>
  <ResponseObject />
  <CountdownTime>4</CountdownTime>
  <OTPCount>5</OTPCount>
  <StoreCode>sample string 6</StoreCode>
  <ResponseCreateID>sample string 7</ResponseCreateID>
  <ResponCode>sample string 8</ResponCode>
  <SCTPCID>sample string 9</SCTPCID>
  <CouponBlacklistErrorDetail>sample string 10</CouponBlacklistErrorDetail>
  <FlagCouponBlackList>true</FlagCouponBlackList>
  <IsCouponExpired>true</IsCouponExpired>
  <IsSuccess>true</IsSuccess>
</WebAPIResponseModel>