devkral / web-payments-connector

Payment integration for webframeworks. WTForm based

Home Page:https://devkral.github.io/web-payments-connector/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Payment integration for webframeworks. WTForm based

https://devkral.github.io/web-payments-connector/

License:Other


Languages

Language:Python 77.5%Language:CSS 18.9%Language:HTML 3.6%