#Description Interswitch python client lib
$ pip install -e [email protected]:othreecodes/interswitch-python-sdk.git
api = InterSwitchAPI(
client_secret="FTbMeBD7MtkGBQJw1XoM74NaikuPL13Sxko1zb0DMjI=",
client_id="IKIAF6C068791F465D2A2AA1A3FE88343B9951BAC9C3",
env=Constants.ENV_SANDBOX,
terminal_id="3ERT0001",
)
result = api.get_billers()
print(result)
$ pytest interswitch/test_interswitch.py
See test_interswitch.py
for more usages