POST api/Payments/PaymentSucess

Request Information

URI Parameters

None.

Body Parameters

tblPaymentOrderCashFree
NameDescriptionTypeAdditional information
Id

integer

None.

OrderId

string

None.

UserAppintmentId

integer

None.

DoctorId

integer

None.

PatientId

integer

None.

order_currency

string

None.

Amount

decimal number

None.

Status

string

None.

Token

string

None.

PaymentMode

string

None.

TxMsg

string

None.

TxStatus

string

None.

Signature

string

None.

ReferenceId

integer

None.

TxTime

date

None.

IsVidioCallPayment

boolean

None.

IsAudioCallPayment

boolean

None.

IsExtendedPaymnet

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "OrderId": "sample string 2",
  "UserAppintmentId": 1,
  "DoctorId": 1,
  "PatientId": 1,
  "order_currency": "sample string 3",
  "Amount": 1.0,
  "Status": "sample string 4",
  "Token": "sample string 5",
  "PaymentMode": "sample string 6",
  "TxMsg": "sample string 7",
  "TxStatus": "sample string 8",
  "Signature": "sample string 9",
  "ReferenceId": 1,
  "TxTime": "2025-12-15T03:59:16.4100858+05:30",
  "IsVidioCallPayment": true,
  "IsAudioCallPayment": true,
  "IsExtendedPaymnet": true
}

application/xml, text/xml

Sample:
<tblPaymentOrderCashFree xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TeliLibraries.Model">
  <Amount>1</Amount>
  <DoctorId>1</DoctorId>
  <Id>1</Id>
  <IsAudioCallPayment>true</IsAudioCallPayment>
  <IsExtendedPaymnet>true</IsExtendedPaymnet>
  <IsVidioCallPayment>true</IsVidioCallPayment>
  <OrderId>sample string 2</OrderId>
  <PatientId>1</PatientId>
  <PaymentMode>sample string 6</PaymentMode>
  <ReferenceId>1</ReferenceId>
  <Signature>sample string 9</Signature>
  <Status>sample string 4</Status>
  <Token>sample string 5</Token>
  <TxMsg>sample string 7</TxMsg>
  <TxStatus>sample string 8</TxStatus>
  <TxTime>2025-12-15T03:59:16.4100858+05:30</TxTime>
  <UserAppintmentId>1</UserAppintmentId>
  <order_currency>sample string 3</order_currency>
</tblPaymentOrderCashFree>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.