Money Transfer

This API is used to disburse fund from wallet accounts to bank account using Bank account number and IFSC code.

Request Parameters:

ParameterDataData TypeDescription
keyMAlfa-NumericSignature encryption for validation. It's value to be sent should be the string created by using Nowpay.
usernameMNumericusername is unique identification of merchant and provided by Nowpay.
accountnumberMStringBank account number of the beneficiary to which the disbursal should be made.
ifscMStringIFSC code of the beneficiary account holding bank branch.
amountMStringAmount in INR payable by the merchant and it should contain digits up to two decimal points. The only special character allowed is (“.”).
yourrequestidMStringIt should be an alphanumeric, merchant’s unique reference ID for a disburse transaction passed in the request. This is Order ID for which the disburse order status needs to be fetched. Length should be 50 characters or less.
nameMStringBeneficiary name of the disburse transaction passed in the request.
transferModeMStringMerchant can use this field to specify the disbursal mode. Pass any one from below:

IMPS
NEFT
RTGS

Response Parameters:

ParameterValueDescription
success1=Success
2=Pending
0=Failed
Represents transaction status
messageAlfa-NumericTransaction Detailed Message
ourrequestidAlfa-NumericAPI Provider Unique Reference Id
yourrequestidAlfa-NumericAPI consumer unique request id
rrnAlfa-NumericProvided by Bank. This is applicable in case of success=1
beneficiaryNameAlfa-NumericBeneficiary Name of the disbursal account
Language