Fund Transfer V2

Fund Transfer Transaction Initiate CALLBACK

{
    "event": "DMT-WALLET-MONEY-V2",
    "param": {
        "status": true,
        "response_code": 0,
        "message": "Remitter with mobile - 944XXXX305 wants to transfer amount INR-100.00 to account number - 6710XXXXX2",
        "data": {
            "remitter_data": {
                "fname": "Shijohn",
                "lname": "sharma",
                "mobile": "944XXXX305",
                "status": "1",
                "pw_limit": "49800.00",
                "is_kyc": "1"
            },
            "bene_data": {
                "bene_id": "105622",
                "bankname": "STATE BANK OF INDIA",
                "name": "SHIJOHN",
                "accno": "6710XXXXX2",
                "accounttype": "Savings",
                "ifsc": "SBIN0000001",
                "verified": "1"
            },
            "transaction_data": {
                "merchant_code": "XXXXXX",
                "mobile": "944XXXX305",
                "benename": "SHIJOHN",
                "bankname": "STATE BANK OF INDIA",
                "account": "6710XXXXX2",
                "transfertype": "IMPS",
                "wallet_refid": "1119",
                "ifsccode": "SBIN0000001",
                "amount": "100.00",
                "txn_status": 2
            }
        }
    }
}
{
    "event": "DMT-WALLET-MONEY-V2",
    "param": {
        "status": true,
        "response_code": 1,
        "message": "Your fund transfer request for Rs. 100.00 on 02-12-2024 has been declined. Please refer to the beneficiary (IMPS Ref no. XXXXXXXXXXX).",
        "data": {
            "remitter_data": {
                "fname": "Shijohn",
                "lname": "V",
                "mobile": "944XXXX305",
                "status": "1",
                "pw_limit": "49800.00",
                "is_kyc": "1"
            },
            "bene_data": {
                "bene_id": "106108",
                "bankname": "AXIS BANK",
                "name": "TEST",
                "accno": "123456789",
                "ifsc": "UTIB0000001",
                "verified": "0"
            },
            "transaction_data": {
                "merchant_code": "XXXXXXXXX",
                "mobile": "944XXXX305",
                "refid": "130137945",
                "transfertype": "IMPS",
                "wallet_refid": "1116",
                "bankname": "AXIS BANK",
                "benename": "TEST",
                "account": "123456789",
                "ifsccode": "UTIB0000001",
                "amount": "100.00",
                "txn_status": "5", //txn_status:1 (Success),txn_status- 2 & 3 (Pending/In Process) txn_status:4 (HOLD),txn_status:5(Failed,Claim vai OTP),txn_status:0 (Refunded)
                "utr": "XXXXXXXXXXX",
                "remarks": "Your fund transfer request for Rs. 100.00 on 02-12-2024 has been declined. Please refer to the beneficiary (IMPS Ref no. XXXXXXXXXXX).",
                "transaction_date": "2024-12-02 11:07:10"
            }
        }
    }
}
{
    "event": "DMT-WALLET-MONEY-V2",
    "param": {
        "status": true,
        "response_code": 2,
        "message": "Transaction cannot process. API Partner wallet mis-matched",
        "data": {
            "remitter_data": {
                "fname": "Shijohn",
                "lname": "sharma",
                "mobile": "944XXXX305",
                "status": "1",
                "pw_limit": "49800.00",
                "is_kyc": "1"
            },
            "bene_data": {
                "bene_id": "105622",
                "bankname": "STATE BANK OF INDIA",
                "name": "SHIJOHN",
                "accno": "6710XXXXX2",
                "accounttype": "Savings",
                "ifsc": "SBIN0000001",
                "verified": "1"
            },
            "transaction_data": {
                "merchant_code": "XXXXXX",
                "mobile": "944XXXX305",
                "benename": "SHIJOHN",
                "bankname": "STATE BANK OF INDIA",
                "account": "6710XXXXX2",
                "transfertype": "IMPS",
                "wallet_refid": "1119",
                "ifsccode": "SBIN0000001",
                "amount": "100.00"
                "refid": "2345678"
               
            }
        }
    }
}
{
    "event": "DMT-WALLET-MONEY-V2",
    "param": {
        "status": true,
        "response_code":9,
        "message": "Duplicate transaction reference number.",
        "data": {
            "remitter_data": {
                "fname": "Shijohn",
                "lname": "sharma",
                "mobile": "944XXXX305",
                "status": "1",
                "pw_limit": "49800.00",
                "is_kyc": "1"
            },
            "bene_data": {
                "bene_id": "105622",
                "bankname": "STATE BANK OF INDIA",
                "name": "SHIJOHN",
                "accno": "6710XXXXX2",
                "accounttype": "Savings",
                "ifsc": "SBIN0000001",
                "verified": "1"
            },
            "transaction_data": {
                "merchant_code": "XXXXXX",
                "mobile": "944XXXX305",
                "benename": "SHIJOHN",
                "bankname": "STATE BANK OF INDIA",
                "account": "6710XXXXX2",
                "transfertype": "IMPS",
                "wallet_refid": "1119",
                "ifsccode": "SBIN0000001",
                "amount": "100.00"
                "refid": "2345678"
               
            }
        }
    }
}

Fund Transfer Transaction Confirmation

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