https://github.com/othreecodes/interswitch-python-sdk
https://github.com/othreecodes/interswitch-python-sdk
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/othreecodes/interswitch-python-sdk
- Owner: othreecodes
- Created: 2018-11-14T15:26:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T16:43:40.000Z (about 7 years ago)
- Last Synced: 2025-04-03T05:11:11.182Z (11 months ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#Description
Interswitch python client lib
# installation
```
$ pip install -e git@github.com:othreecodes/interswitch-python-sdk.git
```
# Usage
```python
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