Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

59 Commits

Repository files navigation

This library provides access to the Paymill API from a Python application.

It depends on Requests, and thereby should also work on Google App Engine.

Example of usage:

importpymillp=pymill.Pymill("YOUR PRIVATE KEY GOES HERE")
# show IDs for all stored cardsforcardinp.get_cards():
printcard# create new card, run transaction on it and refund part of that againcard=p.new_card("token from Paymill bridge goes here")
transaction=p.transact(230, payment=card)
ref=p.refund(transaction, 30)

Find the remaining documentation at http://pymill.readthedocs.org.

About

Python wrapper for Paymill API

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors