Skip to main content

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


Download files

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

Source Distribution

expresscheckout-1.0.4.tar.gz (6.8 kB view hashes)

Uploaded Source

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