https://github.com/devkral/web-payments-connector
Payment integration for webframeworks. WTForm based
https://github.com/devkral/web-payments-connector
django payment sqlalchemy wtforms
Last synced: 8 months ago
JSON representation
Payment integration for webframeworks. WTForm based
- Host: GitHub
- URL: https://github.com/devkral/web-payments-connector
- Owner: devkral
- License: other
- Created: 2018-03-03T11:22:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T00:29:07.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T05:34:30.915Z (8 months ago)
- Topics: django, payment, sqlalchemy, wtforms
- Language: Python
- Homepage: https://devkral.github.io/web-payments-connector/
- Size: 1.23 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
web-payments-connector
======================
This project is a fork from django-payments.
Because the whole structure changes in a
backward incompatible manner, I forked.
Features:
* small framework agnostic connector
* more flexible
* shipping and billing address
* addresses generated by function; this allows reuse of other framework components
* dynamic url generation
* new not so generic name (web_payments)
* better test facilities
* can hold bitcoins and weak currencies
* more security features (safe xml parsing, hidden credentials)
* framework independent translation
* better documented API (source code)
* threading safe, token cache facility
* extra attributes on providers, helping integration
Documentation
=============
See https://devkral.github.io/web-payments-connector/
TODO
====
* porting backends
* django-oscar integration
Note: I use semantic versioning.