Remitter Wallet Topup Callback

Remitter Wallet Transaction Initiate CALLBACK

{
    "event": "DMT-WALLET-MONEY-WALLET-LOAD",
    "param": {
        "status": true,
        "response_code": 0,
        "message": "Customer with mobile - 9446XXXXXX wants to load his wallet with INR-100",
        "data": {
            "amount": "100",
            "api_charges": 4,
            "charges": 10,
            "gst": 1.53,
            "opening": "100.00",
            "closing": 200,
            "comm": 4.47,
            "tds": 0.09,
            "txn_cost": 5.62,
            "mobile": "9446XXXXXX",
            "txn_status": 2,
            "merchant_code": "XXXXXXX"
        }
    }
}
{
    "event": "DMT-WALLET-MONEY-WALLET-LOAD",
    "param": {
        "status": true,
        "response_code": 1, //for response_code:2 Wallet mismatch and for response_code:9 Duplicate Refid
        "message": "Wallet no. 94XXXXXX05 is sucessfully loaded with Rs 100.",
        "data": {
            "amount": "100.00",
            "ackno": "1190XXX2",
            "api_charges": 4,
            "charges": "10.00",
            "gst": "1.53",
            "opening": "100.00",
            "closing": "200.00",
            "comm": "4.47",
            "tds": "0.09",
            "txn_cost": "5.62",
            "mobile": "94XXXXXX05",
            "txn_status": "1",
            "refid": "1116",
            "merchant_code": "XXXXXXXXX"
        }
    }
}
{
            "event": "DMT-WALLET-MONEY-WALLET-LOAD",
            "param": {
                "status": false,
                "response_code": 2,
                "message": "Transaction cannot process. API Partner wallet mis-matched",
                "data": {
                    "refid": "422030654",
                    "merchant_code": "XXXXXX",
                    "mobile": "940534XXXX",
                    "amount": "120"
                }
            }
        }
{
            "event": "DMT-WALLET-MONEY-WALLET-LOAD",
            "param": {
                "status": false,
                "response_code": 9,
                "message": "Duplicate transaction reference number.",
                "data": {
                    "refid": "422030654",
                    "merchant_code": "XXXXXX",
                    "mobile": "940534XXXX",
                    "amount": "120"
                }
            }
        }

Remitter Wallet Transaction Confirmation

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