Moyasar Python language wrapper
See the Python API docs.
- Python +3.x
pip install moyasar
import moyasar
moyasar.api_key = '<moyasar key>'
fetch_invoice = moyasar.Invoice.fetch('<invoice id>')
fetch_invoice.cancel()
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/moyasar. This project is intended to be a safe, welcoming space for collaboration.
The library is available as open source under the terms of the MIT License.