POST api/payment/VerifyPaymentHealthCheckup
Request Information
URI Parameters
None.
Body Parameters
VerifyHealthCheckupPaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| razorpay_payment_id | string |
None. |
|
| razorpay_order_id | string |
None. |
|
| razorpay_signature | string |
None. |
|
| payment_order_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"razorpay_payment_id": "sample string 1",
"razorpay_order_id": "sample string 2",
"razorpay_signature": "sample string 3",
"payment_order_id": 4
}
application/xml, text/xml
Sample:
<VerifyHealthCheckupPaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VELNO_API.Controllers"> <payment_order_id>4</payment_order_id> <razorpay_order_id>sample string 2</razorpay_order_id> <razorpay_payment_id>sample string 1</razorpay_payment_id> <razorpay_signature>sample string 3</razorpay_signature> </VerifyHealthCheckupPaymentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.