Skip to main content

Full Async version Monobank Acquiring API

Project description

Aiomonobnk


PyPI PyPI PyPI

Async Python3.11 Monobank API

Introduction

Aiomonobnk - python lib for:
• MonoPay - Monobank Acquiring
official docs: https://api.monobank.ua/docs/acquiring.html
lib docs: https://github.com/yeghorkikhai/mbnk/blob/master/docs/monopay_api.md

Github

https://github.com/yeghorkikhai/aiomonobnk

Installation

pip install aiomonobnk

Get Started with Monobank Open API

import os
import asyncio
from aiomonobnk import MonoPay


async def main():
    async_mono = MonoPay(token=os.getenv("MONOBANK_API_TOKEN"))

    invoice = await async_mono.create_invoice(...)


if __name__ == "__main__":
    asyncio.run(main())

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

aiomonobnk-0.5.5.tar.gz (14.8 kB view hashes)

Uploaded Source

Built Distribution

aiomonobnk-0.5.5-py3-none-any.whl (31.9 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