This endpoint enables you to view how much credit amount is left in your Merchant Wallet Account
If the request was successful, in return you get the json payload as shown below
Successful Response Payload
{
"status":
"Success",
"description":
"Merchant Wallet Balance",
"code":
00 ,
"data": {
"amount": "7090.3",
}
}