POST api/PaymentStore/PaymentVerification
Documentation for 'PaymentVerification'.
Request Information
Parameters
| Name | Description | Additional 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": "251662f9-04b5-4e83-b440-3b9454bfb1aa",
"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>251662f9-04b5-4e83-b440-3b9454bfb1aa</SalesOrderHeaderId> <IsScheduler>true</IsScheduler> </PaymentStoreModel>