Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdiez17/flask-paypal

PayPal integration example with Flask
https://github.com/jdiez17/flask-paypal

Last synced: 13 days ago
JSON representation

PayPal integration example with Flask

Awesome Lists containing this project

README

        

Flask integration with PayPal
-----------------------------

Integrating with PayPal is surprisingly painless with the [Python-PayPal](https://github.com/duointeractive/paypal-python) module, but it still requires a bit of work.

This example website shows you how to integrate PayPal with a Flask web application painlessly. You only have to modify the ```config.py``` file to contain your API parameters.