pinpayments

A Python interface to the Pin Payments API.


Keywords
pinpayments, pin, payments
License
MIT
Install
pip install pinpayments==0.1.1

Documentation

PinPayments Python

PinPayments-Python is a Python interface to the Pin Payments API

Installation:

pip install pinpayments

Quickstart:

python
>>> from pinpayments import PinPayments
>>> api_secret = <api_secret>
>>> pin = PinPayments(api_secret = api_secret, test = False)
>>> customers = pin.getCustomers()