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.
Release files for dj-fiobank-payments 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dj-fiobank-payments-0.3.0.tar.gz | 19.6 kB | Details |
Release files / dj-fiobank-payments-0.3.0.tar.gz
| Download URL | dj-fiobank-payments-0.3.0.tar.gz |
|---|---|
| Size | 19.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a46e9395b7325b1534f9473f43ed6eda5367289402821440751f9611c9821220
|
|
BLAKE2b-256 checksum How to use checksums |
bd4dcaa6e1701f659e20f53f9514015b6fcce0e7f8d86aed84807fa63a07834e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|