Last updated:
0 purchases
paystackClientApi 0.1.3
Paystack api implemented as a package, paystack-client-Api is a simple project created by Joel .A.
Installation
You can install this package using pip:
pip install paystackClientApi
Usage
from paystackClientApi import Paystack
paystack = Paystack(api_key=<Your paystack api key>)
reference = <Your custom reference>
pay = paystack.initializeTransaction(email, amount, reference=reference, callback_url=<your callback url>)
# The above will return a dictionary which you can access
ref = paystack.verifyTransaction(reference)
# The above will return a dictionary which you can access
Contributing
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
Fork the repository.
Create a new branch for your feature or bug fix.
Make your changes and test them thoroughly.
Create a pull request with a clear description of your changes.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
Inspired by the openai package in Python.
Contact
Anozie Joel
Email: [email protected]
GitHub: Anozie Chibuike
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.