We recommend reading the main README first to understand the requirements for using the library and how to integrate it into your application. This guide assumes you've read that.
This describes how to get a list of banks you can transfer to.
Response flwResponse = new Banks()
.getBanks(country);This describes how to get a list of bank branches.
Response flwResponse = new Banks()
.getBankBranches(id)