Sends control commands to Verifone pin entry devices
Project description
python-verifonePED
**Basic communication with Verifone PED (i.e. VX820) & Ocius VX Evolution software.
A very quick-and-dirty module to create an object for a verifone device, perform login/logout, and send a transaction to the device. Needs more work, but makes the device perform a transaction.
Installing
pip install verifonePED
Example
Send a transaction for £1.00:
from verifonePED import verifone_device
my_ped = verifone_device(ip_address='192.168.20.161', username='1113', password='1113')
my_ped.login()
if my_ped.logged_in:
print('Transaction Status =', my_ped.transaction(1.00))
else:
print('Error logging in!')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
verifonePED-0.1.0.tar.gz
(3.1 kB
view details)
File details
Details for the file verifonePED-0.1.0.tar.gz
.
File metadata
- Download URL: verifonePED-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fe7523434c8bda194c0636f11ab17fd57393bd46244a629566b115230064188 |
|
MD5 | 60ccd94fda8c0a931f56ff3ef44a3eb3 |
|
BLAKE2b-256 | 1d18f7db9535d31691598360ac7f6043782e01a862f515801b141e89155dbf1e |