Log in or register to vote.

PyPayflowPro

Python wrapper for Verisign PayflowPro SDK

PyPayflowPro - Python Wrapper for Verisign PayflowPro SDK
=========================================================

With PyPayflowPro, you can use the Verisign Payflow Pro SDK directly
in Python. This allows you to process credit card transactions (and
other financial transactions) using Verisign Payment Services
(http://www.verisign.com/products/payflow/pro/index.html).

PyPayflowPro consists of:

1. A Pyrex module for wrapping the calls to the C library functions
provided by the Payflow Pro SDK. Compiling this into a Python C
Extension Module requires Pyrex
(http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/).

2. A pure Python module that provides a high level interface to the
low-level ...

0