post
http://nowpay.in/api/index.php?route=/api/bank/account_transfer
Initiate a Money Transfer transaction to a bank account via NEFT/IMPS. RGTS is not supported as of now and same will be enabled soon.
Transaction initiation for More than Rs 5000 in one time:
As per RBI guidelines you can send only Rs 5000 in one go, If you wish to send more than Rs 5000 in one go then either you can split the transaction at your end and then send to us, that needs to be handled at your end.
Request Parameters:
| Parameter | Data | Data Type | Description |
|---|---|---|---|
| key | M | String | seckey of API partner |
| username | M | Numeric | Unique Identification of API Partner |
| snumber | M | Numeric | Phone Number of Remitter |
| beneficiaryid | M | Numeric | Beneficiary Id of Remitter. Get This from <<Get Remitter>> |
| remitterid | M | Numeric | Unique id of remitter. Get This from <<Get Remitter>> |
| amount | M | Numeric | Refer RBI Guide lines for sending this parameter. API Partner need to follow RBI guide lines. |
| yourrequestid | M | String | Unique id of Transaction. API partner need to pass this as Unique. Duplicate will be accepted on risk of API partner. |
| transferMode | M | String | Supported Modes: IMPS, NEFT RGTS not supported as of now. |
Response Parameters:
| Parameter | Value | Description |
|---|---|---|
| success | 1 = Success 0 = Failed 2 = Pending (callBack will be initiated) | Status of transaction |
| message | String | Description of transaction |
| ourrequestid | String | Unique Id of transaction from API provider |
| yourrequestid | String | Unique Id of transaction from API consumer |
| rrn | String | Bank Transaction reference id |
| beneficiaryName | String | Bank account name of beneficiary. This is not real time and will be shared same name provided during the account validation. |
