https://github.com/renjithsraj/paywix
Paywix is a lightweight SDK for payment processing for the python based applications, the package was initially supported only with the Django framework. In the new version, the package is supported by all python-based applications., this package include PayU, cashfree, JustPay, PayTM, BrainTree, Strip , PayPal "
https://github.com/renjithsraj/paywix
django payu payumoney python3
Last synced: 3 days ago
JSON representation
Paywix is a lightweight SDK for payment processing for the python based applications, the package was initially supported only with the Django framework. In the new version, the package is supported by all python-based applications., this package include PayU, cashfree, JustPay, PayTM, BrainTree, Strip , PayPal "
- Host: GitHub
- URL: https://github.com/renjithsraj/paywix
- Owner: renjithsraj
- License: mit
- Created: 2018-04-25T17:43:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T05:40:26.000Z (about 2 years ago)
- Last Synced: 2025-04-30T10:25:42.701Z (3 days ago)
- Topics: django, payu, payumoney, python3
- Language: Python
- Homepage: https://renjithsraj.github.io/paywix_document/#introduction
- Size: 211 KB
- Stars: 18
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README

# PAYWIX 2.0
[](https://deepsource.io/gh/renjithsraj/paywix/?ref=repository-badge)
[](https://pepy.tech/project/paywix)Paywix is a lightweight software development kit (SDK) for payment processing, designed specifically for Python-based applications. It has been expanded to support all Python-based applications. This allows developers to integrate payment processing into their applications using the familiar Python programming language and makes it easier to add this functionality to a wide range of applications.
### Currently supported Payment Gateways
- Payu
### Example Projects
- [Payu Demo Django 4](https://github.com/renjithsraj/paywix_ecommerce)
### Installation
* Python > 3 Version```python
1. pip install paywix
2. pipenv install paywix
```### Plugins
Paywix is currently extended with the following plugins. Instructions on how to use them in your own application are detailed below.
| Plugin | README |
| ------ | ------ |
| PAYU | https://github.com/renjithsraj/paywix/blob/master/PAYU.md|### Todos
- Cashfree
- Stripe
- Braintree
- CCavenue
- gpay
- phonepe
- amazonpayLicense
----MIT