POST ProcessPayment/initiatepaytm

Request Information

URI Parameters

None.

Body Parameters

PaymentRequest
NameDescriptionTypeAdditional information
OrderId

string

None.

Amount

string

None.

CustomerId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderId": "sample string 1",
  "Amount": "sample string 2",
  "CustomerId": "sample string 3"
}

application/xml, text/xml

Sample:
<ProcessPaymentController.PaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonSavings.Controllers">
  <Amount>sample string 2</Amount>
  <CustomerId>sample string 3</CustomerId>
  <OrderId>sample string 1</OrderId>
</ProcessPaymentController.PaymentRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.