Retrieve payments from Fio bank API (through fiobank package) and parse them into Payment objects.
Documentation
The full documentation is at https://dj-fiobank-payments.readthedocs.io.
Quickstart
Install Django Fio bank payments:
pip install dj-fiobank-payments
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'dj_fiobank_payments.apps.DjFiobankPaymentsConfig',
...
)
Point it to your Orders model (should be derived from dj_fiobank_payments.models.AbstractOrder:
FIOBANK_PAYMENTS_ORDER_MODEL = 'tests.Order'
Features
Creates Payments from Fio statements and pair them with your custom Order model.
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
0.1.0 (2019-05-20)
First release on PyPI.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dj-fiobank-payments-0.3.0.tar.gz
(19.6 kB
view details)
File details
Details for the file dj-fiobank-payments-0.3.0.tar.gz.
File metadata
- Download URL: dj-fiobank-payments-0.3.0.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a46e9395b7325b1534f9473f43ed6eda5367289402821440751f9611c9821220
|
|
| MD5 |
9de82785f279418046e6bcd06387f126
|
|
| BLAKE2b-256 |
bd4dcaa6e1701f659e20f53f9514015b6fcce0e7f8d86aed84807fa63a07834e
|