POST api/PaymentRequest/HashkeyPaymentRequest

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objpayreqest
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "txnid": "sample string 1",
  "key": "sample string 2",
  "amount": "sample string 3",
  "firstname": "sample string 4",
  "email": "sample string 5",
  "productinfo": "sample string 6",
  "usercredential": "sample string 7"
}

application/xml, text/xml

Sample:
<PaymentRequestParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CancerCareApiService.Models">
  <amount>sample string 3</amount>
  <email>sample string 5</email>
  <firstname>sample string 4</firstname>
  <key>sample string 2</key>
  <productinfo>sample string 6</productinfo>
  <txnid>sample string 1</txnid>
  <usercredential>sample string 7</usercredential>
</PaymentRequestParameter>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PaymentRequestParameter'.