16. Check Balance (Wallet)
You can query the balance of a specific wallet using this service.
Check Balance with Wallet 'Id'
Parameter
Type
Compulsory
Description
{
"IsSuccess": true,
"IsFailure": false,
"Value": {
"Id": "7883fb19-2359-4a9b-b917-f08a259898ed",
"Name": "External Test Wallet",
"Alias": "2816220769",
"WalletBalance": 0.80,
"GiftBalances": [],
"TotalGiftBalance": 0,
"BlockedBalance": 0,
"TotalBalance": 0.80,
"AvailableBalance": 0.80,
"AllowOverdraft": false,
"OverdraftLimit": 0
}
}Service Response
Parameter
Type
Description
Service Response (Value)
Parameter
Type
Description
Last updated