Bene Name Verify

Bene name verify Initiate CALLBACK

{
    "event": "DMT-WALLET-MONEY-BENE-VERIFY",
    "param": {
        "status": true,
        "response_code": 0,
        "message": "Remitter with mobile - 932XXXXX52 wants to verify account number - 5126010XXXXXXX",
        "data": {
            "merchant_code": "XXXXXXX",
            "mobile": "932XXXXX52",
            "benename": "Name of Beneficiary",
            "bankname": "Bank Name",
            "account": "5126010XXXXXXX",
            "ifsccode": "BARB0000001",
            "amount": 1,
            "charges": 3,
            "txn_status": 2
        }
    }
}
{
    "event": "DMT-WALLET-MONEY-BENE-VERIFY",
    "param": {
        "status": true,
        "response_code": 1,//for response_code:2 -Duplicate refid , for response_code:9 wallet mismatch
        "message": "Success",
        "data": {
            "merchant_code": "XXXXXX",
            "mobile": "7728XXXXXX",
            "refid": "XXXXXXXX",
            "bankname": "Bank Name",
            "benename": "Name of Beneficiary",
            "account": "3993000XXXXXXXXX",
            "ifsccode": "PUNB0000001",
            "amount": "1",
            "txn_status": "1", /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": "4351080XXXXX",
            "remarks": "Beneficiary Verified Successfully - Name of Beneficiary"
        }
    }
}

Bene name verify Confirmation

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