Load And Transfer

{
  "event": "DMT-WALLET-MONEY-LOAD-AND-TRANSFER",
  "param": {
    "status": true,
    "response_code": 0,
    "message": "Remitter with mobile - XXXXXXXXXX wants to transfer amount INR-XXXX to account number - XXXXXXXXXXX",
    "data": {
      "remitter_data": {
        "fname": "FIRSTNAME",
        "lname": "LASTNAME",
        "mobile": "XXXXXXXXXX",
        "status": "1",
        "pw_limit": "XXXXX.00",
        "is_kyc": "1"
      },
      "bene_data": {
        "bene_id": "XXXXXX",
        "bankname": "BANK NAME",
        "name": "BENENAME",
        "accno": "ACCOUNT NUMBER",
        "ifsc": "IFSCCODE",
        "verified": "0"
      },
      "wallet_data": {
        "amount": 3400,
        "api_charges": 4,
        "charges": 20,
        "gst": 3.05,
        "opening": "0.00",
        "closing": 3400,
        "comm": 12.95,
        "tds": 0.26,
        "txn_cost": 7.31,
        "mobile": "XXXXXXXX",
        "txn_status": 2,
        "merchant_code": "XXXXXXXXX"
      }
    }
  }
}
{
  "event": "DMT-WALLET-MONEY-LOAD-AND-TRANSFER",
  "param": {
    "status": true,
    "response_code": 1,
    "message": "You're A\/C is debited for Rs. XXXXXXX.00 on 04-03-2025 and A\/C XXXXXXXX credited (IMPS Ref no XXXXXXXX).",
    "data": {
      "remitter_data": {
        "fname": "FIRSTNAME",
        "lname": "LASTNAME",
        "mobile": "XXXXXXXXXX",
        "status": "1",
        "pw_limit": "XXXXX.00",
        "is_kyc": "1"
      },
      "bene_data": {
        "bene_id": "XXXXXX",
        "bankname": "BANK NAME",
        "name": "BENENAME",
        "accno": "ACCOUNT NUMBER",
        "ifsc": "IFSCCODE",
        "verified": "0"
      },
      "wallet_data": {
        "amount": 3400,
        "api_charges": 4,
        "charges": 20,
        "gst": 3.05,
        "opening": "0.00",
        "closing": 3400,
        "comm": 12.95,
        "tds": 0.26,
        "txn_cost": 7.31,
        "mobile": "XXXXXXXX",
        "merchant_code": "XXXXXXXXX",
        "txn_status": "1",//status=3,4,1,0
        "refid": "XXXXXX",
      },
      "transaction_data": {
        "merchant_code": "XXXXXXXXX",
        "mobile": "XXXXXXXXXX",
        "refid": "XXXXXX",
        "transfertype": "IMPS",
        "wallet_refid": "XXXXXX",
        "bankname": "BANK NAME",
        "benename": "BENENAME",
        "account": "ACCOUNT NUMBER",
        "ifsccode": "IFSCCODE",
        "amount": "XXXXX",
        "txn_status": "1",//status=3,4,1,0
        "utr": "XXXXXXXX",
        "remarks": "You're A\/C is debited for Rs. XXXX.00 on 04-03-2025 and A\/C XXXXXX credited (IMPS Ref no XXXXXXXXX).",
        "transaction_date": "2025-03-04 01:21:29"
      }
    }
  }
}
{
  "event": "DMT-WALLET-MONEY-LOAD-AND-TRANSFER",
  "param": {
    "status": false,
    "response_code": 2,
    "message": "Transaction cannot process. API Partner wallet mis-matched",
    "data": {
      "remitter_data": {
        "fname": "FIRSTNAME",
        "lname": "LASTNAME",
        "mobile": "XXXXXXXXXX",
        "status": "1",
        "pw_limit": "XXXXX.00",
        "is_kyc": "1"
      },
      "bene_data": {
        "bene_id": "XXXXXX",
        "bankname": "BANK NAME",
        "name": "BENENAME",
        "accno": "ACCOUNT NUMBER",
        "ifsc": "IFSCCODE",
        "verified": "0"
      },
      "wallet_data": {
        "amount": 3400,
        "api_charges": 4,
        "charges": 20,
        "gst": 3.05,
        "opening": "0.00",
        "closing": 3400,
        "comm": 12.95,
        "tds": 0.26,
        "txn_cost": 7.31,
        "mobile": "XXXXXXXX",
        "txn_status": 2,
        "merchant_code": "XXXXXXXXX"
      }
    }
  }
}
{
  "event": "DMT-WALLET-MONEY-LOAD-AND-TRANSFER",
  "param": {
    "status": false,
    "response_code":9,
    "message": "Duplicate transaction reference number.",
    "data": {
      "remitter_data": {
        "fname": "FIRSTNAME",
        "lname": "LASTNAME",
        "mobile": "XXXXXXXXXX",
        "status": "1",
        "pw_limit": "XXXXX.00",
        "is_kyc": "1"
      },
      "bene_data": {
        "bene_id": "XXXXXX",
        "bankname": "BANK NAME",
        "name": "BENENAME",
        "accno": "ACCOUNT NUMBER",
        "ifsc": "IFSCCODE",
        "verified": "0"
      },
      "wallet_data": {
        "amount": 3400,
        "api_charges": 4,
        "charges": 20,
        "gst": 3.05,
        "opening": "0.00",
        "closing": 3400,
        "comm": 12.95,
        "tds": 0.26,
        "txn_cost": 7.31,
        "mobile": "XXXXXXXX",
        "txn_status": 2,
        "merchant_code": "XXXXXXXXX"
      }
    }
  }
}

Fund Transfer Transaction Confirmation

{
    "status": 200,
    "refid": "XXXXXXXXXXXXXXX",
    "message": "Transaction Completed Successfully"
}
{
    "status": 200,
    "message": "Transaction Completed Successfully"
}
{
	"status":400,
	"message":"Failed"
}