post
http://nowpay.in/api/index.php?route=/api/bank/account_verify
This API is used to validate beneficiary details such as account number in sync manner.
Only applicable for banks for whom account verification feature is available. This can be checked by hitting the Get Bank Details API.
Request Parameters:
| Parameter | Data | Data Type | Description |
|---|---|---|---|
| key | M | String | seckey of API Partner |
| username | M | Numeric | Unique identification of API Partner |
| accountnumber | M | String | Bank account number of remitter |
| ifsc | M | String | Bank IFSC code of remitter |
| yourrequestid | M | String | Unique identification of transaction id |
| bank | M | String | Bank name of remitter |
Response Parameters:
| success | 1 = Success 0 = Failed | Status of transaction |
| message | String | Description of transaction |
| ourrequestid | String | API provider, unique transaction id |
| yourrequestid | String | API consumer, Unique transaction id |
| rrn | String | Bank Transaction reference id, provided by Bank |
| beneficiaryName | String | Account Name from Bank. Real time name from Bank. |
