Retrieve payments from Fio bank API (through fiobank package)and parse them into Payment objects.
Project description
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.
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
dj-fiobank-payments-0.1.0.tar.gz
(19.3 kB
view hashes)
Close
Hashes for dj-fiobank-payments-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f27d3e4f4e6f558fa59ac6bee75f034dbe58d424d5f3e3091d6a1624bc989897 |
|
MD5 | a6c726670ec50b3f60a8a739ec3d597d |
|
BLAKE2b-256 | ba641ba849132e88f32db7c520528dd2c5abad1b340f86f014521b5da4f056ad |