Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easebuzz-1.0.4.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

Easebuzz-1.0.4-py3-none-any.whl (23.1 kB view details)

Uploaded Python 3

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

Hashes for easebuzz-1.0.4.tar.gz
Algorithm Hash digest
SHA256 3b435660690390fd2ff406c5c05624b1c96ffd19c617908cff7e32d2d9bec3cf
MD5 753570605a31058be36fcb7ec51a88f2
BLAKE2b-256 12f1454ffb4dff7e7dd8bb498a655fd485360f7b211fa413ef3043672017bb61

See more details on using hashes here.

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

Hashes for Easebuzz-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1d549aa6fabd8dc683793075edd2b7dadcf4aa3a448b1de007e5af299ef98b65
MD5 0236875beccbed84d45a00c88590cfcc
BLAKE2b-256 88f6a0a1799f4ac451348b7eb1f2af492fdf32e2fb835990e254e6dd9de5428f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page