POST CashfreePayment/CreateOrder
Request Information
URI Parameters
None.
Body Parameters
PaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Amount | decimal number |
None. |
|
| OrderId | string |
None. |
|
| Mobileno | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Amount": 1.1,
"OrderId": "sample string 2",
"Mobileno": "sample string 3"
}
application/xml, text/xml
Sample:
<PaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/E_Commerce.Controllers"> <Amount>1.1</Amount> <Mobileno>sample string 3</Mobileno> <OrderId>sample string 2</OrderId> </PaymentRequest>
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.