Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 648 Bytes

File metadata and controls

25 lines (17 loc) · 648 Bytes

BANKS

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.

Get all banks

This describes how to get a 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)