POST OrdersPg/Razorpay_Update_Order
Request Information
URI Parameters
None.
Body Parameters
PaymentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Gateway | string |
None. |
|
| TranId | string |
None. |
|
| OrderId | string |
None. |
|
| PaymentId | string |
None. |
|
| Signature | string |
None. |
|
| Status | string |
None. |
|
| PaidAt | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Gateway": "sample string 1",
"TranId": "sample string 2",
"OrderId": "sample string 3",
"PaymentId": "sample string 4",
"Signature": "sample string 5",
"Status": "sample string 6",
"PaidAt": "2026-07-12T14:38:57.6446985-07:00"
}
application/xml, text/xml
Sample:
<PaymentInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/E_Commerce.Models"> <Gateway>sample string 1</Gateway> <OrderId>sample string 3</OrderId> <PaidAt>2026-07-12T14:38:57.6446985-07:00</PaidAt> <PaymentId>sample string 4</PaymentId> <Signature>sample string 5</Signature> <Status>sample string 6</Status> <TranId>sample string 2</TranId> </PaymentInfo>
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.