Socket
Socket
Sign inDemoInstall

expresscheckout

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expresscheckout

A Python package for interacting with the Juspay Express Checkout API


Maintainers
2

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc