Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
/ python-platrontools Public archive

Platron http://www.platron.ru/ is an online payment service provider. This package provides basic tools for interaction with API.

License

Notifications You must be signed in to change notification settings

05bit/python-platrontools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

platrontools

Platron http://www.platron.ru/ is a Russian electronic payment system. This package provides basic tools for interaction with API.

Usage example

import platrontools
platron = platrontools.Client(merchant_id=111, secret='qwertyasdf')
r = platron.init_payment(1.0, 'Test payment', '127.0.0.1')
print r['pg_status']
print r['pg_redirect_url']

Documentation

Please, read documentation in docs dir.

It's brief enough, feedback and questions are welcome.

About

Platron http://www.platron.ru/ is an online payment service provider. This package provides basic tools for interaction with API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages