Skip to content

A Python library for accessing the Pin Payments (pin.net.au) service. Not dependent on any particular framework.

License

Notifications You must be signed in to change notification settings

MattHealy/pinpayments-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

A Python library for accessing the Pin Payments (pin.net.au) service. Not dependent on any particular framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages