Fund Transfer V2

Fund Transfer Transaction Initiate CALLBACK

{
  "event": "DMT-WALLET-MONEY-V2",
  "param": {
    "status": true,
    "response_code": 0/1/2/9,
    "message": 'Remitter with mobile - XXXXXXXXXX wants to transfer amount INR-100 to account number - XXXXXXXXXXXXX',
    "data": {
      "remitter_data": {
        "fname": "first name of the remitter",
        "lname": "last name of the remitter",
        "mobile": "mobile number of the remitter",
        "status": "active status of the remitter",
        "pw_limit": "available limit of the remitter",
        "is_kyc": "kyc status of the remitter if kyc has been done or not",        
      },
      "bene_data": {
        "bene_id": "Beneficiary Id of the paysprint system",
        "bankname": "Beneficiary bank name",
        "name": "Beneficiary Name",
        "accno": "Beneficiary Account Number",
        "accounttype": "Beneficiary Account Type",//'Savings': 'Current',
        "ifsc": "Beneficiary Account IFSCCODE",
        "verified": "Beneficiary Verified or not"
      },
      "transaction_data": {
        "merchant_code": "Merchant code of the pertner merchant",
        "mobile": "Remitter mobile",
        "benename": "Beneficiary Name",
        "bankname": "Beneficiary bank name",
        "account": "Beneficiary Account Number",
        "transfertype": "Transaction Type",//IMPS,NEFT
        "wallet_refid": "Partner refid for remitter wallet topup transaction",
        "ifsccode": "Beneficiary Account IFSCCODE",
        "amount": "Transaction Amount",
        "txn_status": 2
      }
    }
  }
}

Fund Transfer Transaction Confirmation

{
	"status":200,
	"refid":XXXXXXXXX,
	"message":"Success"
}
{
	"status":400,
	"message":"Failed"
}