Balance Enquiry

This gets the account balance of a customer on bank one

Overview

To get a customers account balance on Bankone you need to build the complete url by passing the customer's accountNumber and computewithdrawableBalance to the query params and a get request to complete it.

🚧

Note

It is important to set computewithdrawableBalance to True

Expected Response

If the request is successful, it returns a status code of 200 with a response body.

{
  "AvailableBalance": "1,010.00",
  "LedgerBalance": "1,010.00",
  "WithdrawableBalance": "510.00",
  "AccountType": "Savings/Current Account"
}

You can check out API reference to Get Bank One Balance Enquiry