Get Active Savings Accounts by CustomerID
This returns a customers active savings account.
Query Parameters
Name
Type
Description
[
{
"Name": "BURNA BOY",
"Number": "08830011010001046",
"NUBAN": "1100010368",
"ProductName": "GRAMMY ACCOUNT",
"CustomerID": "001036",
"Balance": {
"LedgerBalance": 29300,
"AvailableBalance": 29300,
"WithdrawableAmount": 0
},
"Status": 0,
"AccountTier": "3",
"DepositCategory": "VoluntarySavingsDeposits"
},
{
"Name": "BURNA BOY",
"Number": "07730011022001056",
"NUBAN": "1200010361",
"ProductName": "NAIJA WALLET",
"CustomerID": "001036",
"Balance": {
"LedgerBalance": 0,
"AvailableBalance": 0,
"WithdrawableAmount": 0
},
"Status": 0,
"AccountTier": "3",
"DepositCategory": "VoluntarySavingsDeposits"
}
]Last updated