GET api/RazorPay/MakeRequest
Request Information
URI Parameters
None.
Body Parameters
RazorPayInputName | Description | Type | Additional information |
---|---|---|---|
ITPAN | string |
None. |
|
account_type | string |
None. |
|
bank_account_name | string |
None. |
|
bank_account_ifsc | string |
None. |
|
bank_account_accountnumber | string |
None. |
|
amount | integer |
None. |
|
currency | string |
None. |
|
notes | Object |
None. |
Request Formats
application/json, text/json
Sample:
{ "ITPAN": "sample string 1", "account_type": "sample string 2", "bank_account_name": "sample string 3", "bank_account_ifsc": "sample string 4", "bank_account_accountnumber": "sample string 5", "amount": 6, "currency": "sample string 7", "notes": {} }
application/octet-stream
Sample:
{"ITPAN":"sample string 1","account_type":"sample string 2","bank_account_name":"sample string 3","bank_account_ifsc":"sample string 4","bank_account_accountnumber":"sample string 5","amount":6,"currency":"sample string 7","notes":{}}
application/xml, text/xml
Sample:
<RazorPayInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SohamWebAPI.Models"> <ITPAN>sample string 1</ITPAN> <account_type>sample string 2</account_type> <amount>6</amount> <bank_account_accountnumber>sample string 5</bank_account_accountnumber> <bank_account_ifsc>sample string 4</bank_account_ifsc> <bank_account_name>sample string 3</bank_account_name> <currency>sample string 7</currency> <notes /> </RazorPayInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />