POST api/DMR4AndroidService/GetAccountVerify?username={username}&password={password}&Mobileno={Mobileno}&CustomerId={CustomerId}&AccountNo={AccountNo}&IFSCCode={IFSCCode}&BankName={BankName}&Name={Name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
Required |
|
| password | string |
Required |
|
| Mobileno | string |
Required |
|
| CustomerId | string |
Required |
|
| AccountNo | string |
Required |
|
| IFSCCode | string |
Required |
|
| BankName | string |
Required |
|
| Name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BeneVerifyResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| errorMsg | string |
None. |
|
| errorCode | string |
None. |
|
| data |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"errorMsg": "sample string 2",
"errorCode": "sample string 3",
"data": {
"customerId": "sample string 1",
"name": "sample string 2",
"clientRefId": "sample string 3",
"txnId": "sample string 4",
"impsRespCode": "sample string 5",
"accountNumber": "sample string 6",
"ifscCode": "sample string 7"
},
"reason": "sample string 4"
}
application/xml, text/xml
Sample:
<BeneVerifyResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aathifrupay576.Controllers.agent.MoneyTransfer">
<data>
<accountNumber>sample string 6</accountNumber>
<clientRefId>sample string 3</clientRefId>
<customerId>sample string 1</customerId>
<ifscCode>sample string 7</ifscCode>
<impsRespCode>sample string 5</impsRespCode>
<name>sample string 2</name>
<txnId>sample string 4</txnId>
</data>
<errorCode>sample string 3</errorCode>
<errorMsg>sample string 2</errorMsg>
<reason>sample string 4</reason>
<status>sample string 1</status>
</BeneVerifyResponse>