Easebuzz Payment Gateway Integration Library - Python
This Python library provides functionalities to integrate the Easebuzz Payment Gateway into your web application. With this library, you can initiate payments, query transaction details, perform refunds, manage payouts, and verify Easebuzz API responses.
How to use - Example use case
1. Import EasebuzzAPIs
from Easebuzz import EasebuzzAPIs
2. Initialize the EasebuzzAPIs class
easebuzz_api = EasebuzzAPIs(your_merchant_key, your_salt_key, env)
3. Prepare Payment parameters
payment_params = {
'amount': '10',
'firstname': 'Deevek',
'email': 'deevek@world.com',
'phone': '9999999999',
'productinfo': 'Apple Iphone',
'surl': 'https://example.com/success',
'furl': 'https://example.com/failure'
}
4. Initiate payment
response = easebuzz_api.initiate_payment_api(payment_params)
print(response)
Release files for Easebuzz 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| easebuzz-1.0.4.tar.gz | 8.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Easebuzz-1.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 31.9 kB
Release files / easebuzz-1.0.4.tar.gz
| Download URL | easebuzz-1.0.4.tar.gz |
|---|---|
| Size | 8.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3b435660690390fd2ff406c5c05624b1c96ffd19c617908cff7e32d2d9bec3cf
|
|
BLAKE2b-256 checksum How to use checksums |
12f1454ffb4dff7e7dd8bb498a655fd485360f7b211fa413ef3043672017bb61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.10.12
|
Release files / Easebuzz-1.0.4-py3-none-any.whl
| Download URL | Easebuzz-1.0.4-py3-none-any.whl |
|---|---|
| Size | 23.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1d549aa6fabd8dc683793075edd2b7dadcf4aa3a448b1de007e5af299ef98b65
|
|
BLAKE2b-256 checksum How to use checksums |
88f6a0a1799f4ac451348b7eb1f2af492fdf32e2fb835990e254e6dd9de5428f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.10.12
|