Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 560 Bytes

readme.md

File metadata and controls

27 lines (22 loc) · 560 Bytes

#Description Interswitch python client lib

installation

$ pip install -e [email protected]:othreecodes/interswitch-python-sdk.git 

Usage

api = InterSwitchAPI(
            client_secret="FTbMeBD7MtkGBQJw1XoM74NaikuPL13Sxko1zb0DMjI=",
            client_id="IKIAF6C068791F465D2A2AA1A3FE88343B9951BAC9C3",
            env=Constants.ENV_SANDBOX,
            terminal_id="3ERT0001",
        )

result = api.get_billers()

print(result)

Run tests

$ pytest interswitch/test_interswitch.py

See test_interswitch.py for more usages