GET api/Default?FLId={FLId}&AccountNumber={AccountNumber}&IFSCCode={IFSCCode}&BankName={BankName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FLId | string |
Required |
|
| AccountNumber | string |
Required |
|
| IFSCCode | string |
Required |
|
| BankName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PennyDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| FlId | integer |
None. |
|
| status | string |
None. |
|
| Message | string |
None. |
|
| PennyAmount | string |
None. |
|
| RemitterMobile | string |
None. |
|
| ResponseCode | string |
None. |
|
| Txn_Id | string |
None. |
|
| mw_txt_Id | string |
None. |
|
| BenificiaryName | string |
None. |
|
| RRN | string |
None. |
|
| TxnDate | string |
None. |
|
| CreatedBy | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"FlId": 1,
"status": "sample string 2",
"Message": "sample string 3",
"PennyAmount": "sample string 4",
"RemitterMobile": "sample string 5",
"ResponseCode": "sample string 6",
"Txn_Id": "sample string 7",
"mw_txt_Id": "sample string 8",
"BenificiaryName": "sample string 9",
"RRN": "sample string 10",
"TxnDate": "sample string 11",
"CreatedBy": 12
}
application/xml, text/xml
Sample:
<PennyDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PennyDropPaytm.Controllers"> <BenificiaryName>sample string 9</BenificiaryName> <CreatedBy>12</CreatedBy> <FlId>1</FlId> <Message>sample string 3</Message> <PennyAmount>sample string 4</PennyAmount> <RRN>sample string 10</RRN> <RemitterMobile>sample string 5</RemitterMobile> <ResponseCode>sample string 6</ResponseCode> <TxnDate>sample string 11</TxnDate> <Txn_Id>sample string 7</Txn_Id> <mw_txt_Id>sample string 8</mw_txt_Id> <status>sample string 2</status> </PennyDetails>