POST api/Payments/PaymentResponse
Request Information
URI Parameters
None.
Body Parameters
tblPaymentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentId | integer |
None. |
|
| txRef | string |
None. |
|
| PaymentMode | string |
None. |
|
| UserAppintmentId | integer |
None. |
|
| walletAmount | integer |
None. |
|
| TransactionID | string |
None. |
|
| PaymentAmount | decimal number |
None. |
|
| PaymentCurrency | string |
None. |
|
| INRAmount | string |
None. |
|
| RazorPaymentId | string |
None. |
|
| RazorOrderId | string |
None. |
|
| RazorSignature | string |
None. |
|
| IsVidioCallPayment | boolean |
None. |
|
| IsAudioCallPayment | boolean |
None. |
|
| IsChatPayment | boolean |
None. |
|
| PaymentStatus | integer |
None. |
|
| IsRefundable | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| IsExtendedPaymnet | boolean |
None. |
|
| TotalPaymentInfoes | Collection of TotalPaymentInfo |
None. |
Request Formats
application/json, text/json
Sample:
{
"PaymentId": 1,
"txRef": "sample string 2",
"PaymentMode": "sample string 3",
"UserAppintmentId": 4,
"walletAmount": 5,
"TransactionID": "sample string 6",
"PaymentAmount": 1.0,
"PaymentCurrency": "sample string 7",
"INRAmount": "sample string 8",
"RazorPaymentId": "sample string 9",
"RazorOrderId": "sample string 10",
"RazorSignature": "sample string 11",
"IsVidioCallPayment": true,
"IsAudioCallPayment": true,
"IsChatPayment": true,
"PaymentStatus": 1,
"IsRefundable": true,
"CreatedDate": "2025-12-15T04:13:32.073407+05:30",
"IsExtendedPaymnet": true,
"TotalPaymentInfoes": [
{
"Id": 1,
"AppointmentId": 1,
"TotalPayment": 1,
"remainingAmount": 1,
"PaymentTopay": 1,
"PaymentId": 1
},
{
"Id": 1,
"AppointmentId": 1,
"TotalPayment": 1,
"remainingAmount": 1,
"PaymentTopay": 1,
"PaymentId": 1
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |