POST api/paidSuccess
Request Information
URI Parameters
None.
Body Parameters
ThreeDPaymentInitResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Amount | string |
None. |
|
| OrderId | string |
None. |
|
| Result | string |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| ResponseMessage | string |
None. |
|
| Mode | string |
None. |
|
| Echo | string |
None. |
|
| Hash | string |
None. |
|
| TransactionDate | string |
None. |
|
| ThreeDSecureCode | string |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Amount": "sample string 1",
"OrderId": "sample string 2",
"Result": "sample string 3",
"ErrorCode": "sample string 4",
"ErrorMessage": "sample string 5",
"ResponseMessage": "sample string 6",
"Mode": "sample string 7",
"Echo": "sample string 8",
"Hash": "sample string 9",
"TransactionDate": "sample string 10",
"ThreeDSecureCode": "sample string 11",
"UserId": "sample string 12"
}
text/html
Sample:
{"Amount":"sample string 1","OrderId":"sample string 2","Result":"sample string 3","ErrorCode":"sample string 4","ErrorMessage":"sample string 5","ResponseMessage":"sample string 6","Mode":"sample string 7","Echo":"sample string 8","Hash":"sample string 9","TransactionDate":"sample string 10","ThreeDSecureCode":"sample string 11","UserId":"sample string 12"}
application/xml, text/xml
Sample:
<ThreeDPaymentInitResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPara.DeveloperPortal.Core.Response"> <Echo xmlns="http://schemas.datacontract.org/2004/07/IPara.DeveloperPortal.Core">sample string 8</Echo> <ErrorCode xmlns="http://schemas.datacontract.org/2004/07/IPara.DeveloperPortal.Core">sample string 4</ErrorCode> <ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/IPara.DeveloperPortal.Core">sample string 5</ErrorMessage> <Hash xmlns="http://schemas.datacontract.org/2004/07/IPara.DeveloperPortal.Core">sample string 9</Hash> <Mode xmlns="http://schemas.datacontract.org/2004/07/IPara.DeveloperPortal.Core">sample string 7</Mode> <ResponseMessage xmlns="http://schemas.datacontract.org/2004/07/IPara.DeveloperPortal.Core">sample string 6</ResponseMessage> <Result xmlns="http://schemas.datacontract.org/2004/07/IPara.DeveloperPortal.Core">sample string 3</Result> <ThreeDSecureCode xmlns="http://schemas.datacontract.org/2004/07/IPara.DeveloperPortal.Core">sample string 11</ThreeDSecureCode> <TransactionDate xmlns="http://schemas.datacontract.org/2004/07/IPara.DeveloperPortal.Core">sample string 10</TransactionDate> <UserId xmlns="http://schemas.datacontract.org/2004/07/IPara.DeveloperPortal.Core">sample string 12</UserId> <Amount>sample string 1</Amount> <OrderId>sample string 2</OrderId> </ThreeDPaymentInitResponse>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| ErrorMessage | string |
None. |
|
| Status | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"ErrorMessage": "sample string 2",
"Status": true
}
text/html
Sample:
{"Data":{},"ErrorMessage":"sample string 2","Status":true}
application/xml, text/xml
Sample:
<BaseResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Services.Models"> <Data /> <ErrorMessage>sample string 2</ErrorMessage> <Status>true</Status> </BaseResponseModel>