Unofficial Oy Client using Python https://api-docs.oyindonesia.com/
These library only tested for python 3.7 but it should be compatible to other python version
please create issue or contact me if you want to test it on python2
pip3 install oy-client
from oy import build_client
# get balance
oy_client = build_client("https://sandbox.oyindonesia.com/staging/partner", "username", "api-key")
oy_client.get_balance()
# inquiry account
oy_client.inquiry_account("014", "1234561234")
# disburse
disburse("014", "123456789", 100000)
- Requests - HTTP Library Used
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Kelvin Desman - Vousmeevoyez
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc