Skip to content

KlemenSpruk/paysera_webtopay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paysera_webtopay

Python integration library for Paysera checkout API: https://developers.paysera.com/en/payments/current

Requirements

Python 3.6 or higher is required.

Installing

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.

Testing

cd cd /path/to/paysera_webtopay

python -m unittest discover tests -p 'test_*.py'

Integration

https://developers.paysera.com/en/payments/current#integration-via-library

Example

Integration via library Django Simple Example: examples/django_example.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages