moyasar / moyasar-python

Moyasar Python client library

Home Page:https://moyasar.com/docs/api/?python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moyasar-Python

Moyasar Python language wrapper

Documentation

See the Python API docs.

Requirements

  • Python +3.x

Installation

pip install moyasar

Usage

import moyasar
moyasar.api_key = '<moyasar key>'
fetch_invoice = moyasar.Invoice.fetch('<invoice id>')
fetch_invoice.cancel()

Contributing

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.

License

The library is available as open source under the terms of the MIT License.

About

Moyasar Python client library

https://moyasar.com/docs/api/?python

License:MIT License


Languages

Language:Python 100.0%