Skip to main content

Python Qiwi API Wrapper

Project description

# pyQiwi Python QIWI API Wrapper

## Установка pip install -U qiwipy

## Использование `python import qiwi `

## Быстрый туториал

#### Получить текущий баланс `python wallet = qiwi.Wallet(token='', number='79001234567') balance = wallet.balance() `

#### Отправка платежа `python wallet = qiwi.Wallet(token='', number='79120004567') payment = wallet.send(id=99, recipient='79001234567', amount=1.11, comment='Привет!') `

#### Получить комиссию для платежа `python wallet = qiwi.Wallet(token='', number='79120004567') comission = wallet.commission(pid=99, recipient='79001234567', amount=1.11) `

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

qiwipy-1.2.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

qiwipy-1.2.1-py3-none-any.whl (5.4 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