Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 797 Bytes

Misc.md

File metadata and controls

30 lines (22 loc) · 797 Bytes

MISC

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.

Resolve account details

This describes how to resolve a bank account to get the account holder's details

Response flwResponse = new  ResolveAccount()
        .runTransaction(new AccountResolveRequest(
        "0690000032",
        "044",
        Optional.empty(),
        Optional.empty()
        ));

Resolve bvn details

This describes how to fetch bvn information

Response flwResponse =  new ResolveBVN().
        runTransaction("123456789010");