Python integration library for Paysera checkout API: https://developers.paysera.com/en/payments/current
Python 3.6 or higher is required.
Run
pip install -e git+git@github.com:KlemenSpruk/paysera_webtopay.git#egg=paysera_webtopay for install in editable mode.
For standard install run:
pip install https://github.com/KlemenSpruk/paysera_webtopay/archive/master.zip
Both urls to source can be added to your requirements.txt file.
cd cd /path/to/paysera_webtopay
python -m unittest discover tests -p 'test_*.py'
https://developers.paysera.com/en/payments/current#integration-via-library
Integration via library Django Simple Example: examples/django_example.py