Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 620 Bytes

File metadata and controls

25 lines (17 loc) · 620 Bytes

BANKS

We recommend reading the main readme first, to understand the requirements for using the library and how to initiate this in your apps. This guide assumes you've read that.

Get all banks

This describes how to get list of banks you can transfer to

Response flwResponse = new Banks()
        .getBanks(country);

Get bank branches

This describes how to get a list of bank branches

Response flwResponse = new Banks()
        .getBankBranches(id)