Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jdiez17/flask-paypal
- Owner: jdiez17
- Created: 2012-12-31T16:47:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-31T16:52:33.000Z (almost 12 years ago)
- Last Synced: 2024-08-01T22:57:05.206Z (3 months ago)
- Language: Python
- Size: 95.7 KB
- Stars: 54
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.