PinPayments-Python is a Python interface to the Pin Payments API
pip install pinpayments
python
>>> from pinpayments import PinPayments
>>> api_secret = <api_secret>
>>> pin = PinPayments(api_secret = api_secret, test = False)
>>> customers = pin.getCustomers()