Skip to main content

An asynchronous ZixiPay API wrapper

Project description

ZixiPay

This library is an asynchronous ZixiPay API wrapper.
All methods were renamed to snake_case, some function parameters as well.

Installation

pip install zixipay
Speedups
pip install ujson

Example usage

from ZixiPay import Zixi, types
ZIXI: Zixi = Zixi(api_key='API_KEY', user_id='USER_ID')


invoice: types.Invoice = await ZIXI.create_invoice(amount=10, currency='USDZ', ref='TEST', multi_currency=True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ZixiPay-0.0.1.tar.gz (44.0 kB view hashes)

Uploaded Source

Built Distribution

ZixiPay-0.0.1-py3-none-any.whl (33.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page