Payment module to talk with the Beanstream API
Project description
About
=====
PyBeanstream is a python client for the Beanstream Payment Gateway API. Although it works it may very well have a few bugs, use at your own risk. Feel free to report bugs.
This version was tested with python 2.7.4 and 3.3.1
About Beanstream:
http://www.beanstream.com/public/index.asp
Supported transaction types
===========================
-Pre-auth
-Capture
-Purchase
-Token Purchase
-Refund (or partial refund)
-Void
Running tests:
==============
python setup.py nosetests
Sample Code
===========
Check the tests.py file for test transactions.
Here's a sample transaction:
from pybeanstream.client import BeanClient
d = ('John Doe',
'371100001000131',
'1234',
'05',
'15',
'10.00',
'123456789',
'john.doe@pranana.com',
'John Doe',
'5145555555',
'88 Mont-Royal Est',
'Montreal',
'QC',
'H2T1N6',
'CA'
)
b = BeanClient('MY_USERNAME',
'MY_PASSWORD',
'MY_MERCHANT_ID')
response = b.purchase_request(*d)
assert(response['trnApproved'] == '1')
API Notes:
Possible CVD responses:
'1': 'CVD Match',
'2': 'CVD Mismatch',
'3': 'CVD Not Verified',
'4': 'CVD Should have been present',
'5': 'CVD Issuer unable to process request',
'6': 'CVD Not Provided'
=====
PyBeanstream is a python client for the Beanstream Payment Gateway API. Although it works it may very well have a few bugs, use at your own risk. Feel free to report bugs.
This version was tested with python 2.7.4 and 3.3.1
About Beanstream:
http://www.beanstream.com/public/index.asp
Supported transaction types
===========================
-Pre-auth
-Capture
-Purchase
-Token Purchase
-Refund (or partial refund)
-Void
Running tests:
==============
python setup.py nosetests
Sample Code
===========
Check the tests.py file for test transactions.
Here's a sample transaction:
from pybeanstream.client import BeanClient
d = ('John Doe',
'371100001000131',
'1234',
'05',
'15',
'10.00',
'123456789',
'john.doe@pranana.com',
'John Doe',
'5145555555',
'88 Mont-Royal Est',
'Montreal',
'QC',
'H2T1N6',
'CA'
)
b = BeanClient('MY_USERNAME',
'MY_PASSWORD',
'MY_MERCHANT_ID')
response = b.purchase_request(*d)
assert(response['trnApproved'] == '1')
API Notes:
Possible CVD responses:
'1': 'CVD Match',
'2': 'CVD Mismatch',
'3': 'CVD Not Verified',
'4': 'CVD Should have been present',
'5': 'CVD Issuer unable to process request',
'6': 'CVD Not Provided'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PyBeanstream-0.5.2.tar.gz
(11.5 kB
view details)
File details
Details for the file PyBeanstream-0.5.2.tar.gz
.
File metadata
- Download URL: PyBeanstream-0.5.2.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
44f4eccfa498960dd23d9992bd1915b34bfa65e5d087a6ef05c4997fb442ff02
|
|
MD5 |
aaeb4127baf885b384657fac13b533b9
|
|
BLAKE2b-256 |
b66a0604e3b9073f0befa5e45b433fc9c689fc9812444d69a0b4eba466d7f8ed
|