Metadata-Version: 2.3
Name: python_sts_payone
Version: 0.1.0
Summary: A package that provides utility functions to send payment requests to STS PayOne and interpret the responses
Project-URL: Homepage, https://github.com/Tauhid-UAP/python-sts-payone
Author-email: Kamruzzaman Tauhid <tmakpk@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Requires-Dist: requests>2
Description-Content-Type: text/markdown

# STS PayOne

A package that provides utility functions to send payment requests to STS PayOne and interpret the responses
Documentation coming soon.

STS PayOne Documentation: https://payone.document360.io/docs

Install: pip install python-sts-payone


Usage:

import uuid

from python_sts_payone.redirect_model.redirection_model_pay import redirect_model_pay

redirect_model_pay(merchant_id=YOUR_MERCHANT_ID, auth_token=YOUR_AUTH_TOKEN, transaction_id=str(uuid.uuid4()), amount=200, currency_iso_code='840', response_back_url=URL_OF_YOUR_CALLBACK_API)



[GitHub-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
