Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoksh Python SDK

License

Overview

Your Package Name is a Python library that provides functionality for interacting with the Zoksh API. It includes classes for handling payments, webhooks, and other related operations.

Features

  • Create and validate payments
  • Handle webhooks for secure communication
  • Generate signatures for API requests
  • Simplify integration with the Zoksh API

Installation

Use pip to install the package:

 $ cd zoksh-python-sdk
 $ pip install .

Usage

from your_package_name import Connector, Payment

# Create a connector instance
connector = Connector(zoksh_key='your_zoksh_key', zoksh_secret='your_zoksh_secret')

# Create a payment instance
payment = Payment(connector)

# Validate a transaction
transaction_hash = 'your_transaction_hash'
response = payment.validate(transaction_hash)

# Process the response
print(response)

Testing

 $ python -m unittest tests/test_your_package_name.py

For detailed documentation and API reference, please refer to the Documentation directory.

Development

Source Code: https://github.com/mulx10/zoksh-python-sdk Issue Tracker: https://github.com/mulx10/zoksh-python-sdk/issues

Contributing

Contributions are welcome! Please read the Contributing Guidelines for more information.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages