Wrapper to integrate functionalities of Easebuzz Payment Gateway
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easebuzz-1.0.4.tar.gz.
File metadata
- Download URL: easebuzz-1.0.4.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b435660690390fd2ff406c5c05624b1c96ffd19c617908cff7e32d2d9bec3cf
|
|
| MD5 |
753570605a31058be36fcb7ec51a88f2
|
|
| BLAKE2b-256 |
12f1454ffb4dff7e7dd8bb498a655fd485360f7b211fa413ef3043672017bb61
|
File details
Details for the file Easebuzz-1.0.4-py3-none-any.whl.
File metadata
- Download URL: Easebuzz-1.0.4-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d549aa6fabd8dc683793075edd2b7dadcf4aa3a448b1de007e5af299ef98b65
|
|
| MD5 |
0236875beccbed84d45a00c88590cfcc
|
|
| BLAKE2b-256 |
88f6a0a1799f4ac451348b7eb1f2af492fdf32e2fb835990e254e6dd9de5428f
|