Python library for the Fondy API
Project description
fondy
Fondy.eu Python SDK
Install
pip install fondy
Usage example
from fondy import API
api = API(merchant_id, merchant_key, server_callback_url)
# generate Fondy payment url to checkout 200 UAH for "123456" order id
api.checkout('123456', 200 * 100)
Supported API endpoints
Endpoint | Explanation |
---|---|
order_status | Check order status |
p2pcredit | Pay to credit card |
checkout | Generate checkout URL |
Requirements
- requests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fondy-0.3.5.tar.gz
(3.6 kB
view hashes)
Built Distribution
Close
Hashes for fondy-0.3.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc0442c16aa60afa04a4503b805ad5021f4afac9f823261cc70ae46423bd2e1f |
|
MD5 | 6e62a54d0424c622d0969ffe887e8e17 |
|
BLAKE2b-256 | 7c95949342fe53829f18d1eb435909bc0463a3194595d359354d4bb75cfc0806 |