A Python package for interacting with the Juspay Express Checkout API
Project description
Python Library for Juspay Express Checkout API
Installation
Prerequisites:
Ensure that you have installed the ‘requests’ package for python,
If not, open the terminal and type ‘pip install requests’
NOTE: If pip is not installed, install pip by download get_pip.py from the https://bootstrap.pypa.io/get-pip.py and run the script in your terminal
Procedure
Run the following command in your terminal
pip install expresscheckout
- You can use the library by including the following import statement in your python script
import expresscheckout as Juspay
Now, you can use the library as follows
Juspay.api_key = ‘your_api_key’ Juspay.Orders.create(order_id=1,amount=100.0)
For more instructions on how to use the library, please refer to the documentation at https://apidocs.juspay.in
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
File details
Details for the file expresscheckout-1.0.4.tar.gz
.
File metadata
- Download URL: expresscheckout-1.0.4.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6357b47020c9ab9066710481f313ad227866db1f97e3b5471f4e5dea729f5f3c |
|
MD5 | e6a6770eea2be9292ac9a39b368976cb |
|
BLAKE2b-256 | 3311bfad98e613c12062f8ee1f2919007f2b06c3b0374396e0182a3ab529b577 |