POST api/CIBPayment/transactionWithOTP
Request Information
URI Parameters
None.
Body Parameters
clsTransactionProcess| Name | Description | Type | Additional information |
|---|---|---|---|
| CORPID | string |
None. |
|
| USERID | string |
None. |
|
| aggr_id | string |
None. |
|
| URN | string |
None. |
|
| aggr_name | string |
None. |
|
| UNIQUEID | string |
None. |
|
| IFSC | string |
None. |
|
| DEBITACC | string |
None. |
|
| CREDITACC | string |
None. |
|
| AMOUNT | decimal number |
None. |
|
| TXNTYPE | string |
None. |
|
| PAYEENAME | string |
None. |
|
| REMARKS | string |
None. |
|
| OTP | string |
None. |
|
| CUSTOMERINDUCED | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CORPID": "sample string 1",
"USERID": "sample string 2",
"aggr_id": "sample string 3",
"URN": "sample string 4",
"aggr_name": "sample string 5",
"UNIQUEID": "sample string 6",
"IFSC": "sample string 7",
"DEBITACC": "sample string 8",
"CREDITACC": "sample string 9",
"AMOUNT": 10.0,
"TXNTYPE": "sample string 11",
"PAYEENAME": "sample string 12",
"REMARKS": "sample string 13",
"OTP": "sample string 14",
"CUSTOMERINDUCED": "sample string 15"
}
application/xml, text/xml
Sample:
<clsTransactionProcess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <AMOUNT>10</AMOUNT> <CORPID>sample string 1</CORPID> <CREDITACC>sample string 9</CREDITACC> <CUSTOMERINDUCED>sample string 15</CUSTOMERINDUCED> <DEBITACC>sample string 8</DEBITACC> <IFSC>sample string 7</IFSC> <OTP>sample string 14</OTP> <PAYEENAME>sample string 12</PAYEENAME> <REMARKS>sample string 13</REMARKS> <TXNTYPE>sample string 11</TXNTYPE> <UNIQUEID>sample string 6</UNIQUEID> <URN>sample string 4</URN> <USERID>sample string 2</USERID> <aggr_id>sample string 3</aggr_id> <aggr_name>sample string 5</aggr_name> </clsTransactionProcess>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |