Skip to content

razorpay-api-examples has the examples of razorpay payment link generation api, get the status and cancel the api also

License

ankitmalikg2/razorpay-api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Razorpay Payment Link Generator - Examples

This repository contains the examples that generates payment links using the Razorpay API. With this tool, you can easily create secure payment links that can be shared with customers for online transactions. The Razorpay API integration ensures a smooth and reliable payment process, allowing you to accept payments seamlessly.

Feel free to explore the code and documentation to learn more about how to use this tool for generating payment links with Razorpay.

If you don’t have an account, sign up for a Razorpay account at https://dashboard.razorpay.com/

Installation

  • Step 1 -

  • Step 2 - Change constants_copy.py to constants.py and change the required constants into the file

  • Step 3 - Create virtual environment

    python3 -m venv py-razorpay   
    source py-razorpay/bin/activate
    
  • Step 4 Install package and run the program

    pip install -r requirements.txt
    python main.py
    

Usage

Provide examples on how to use your project.

Contact

Email: cse.14bcs1065@gmail.com

How to integrate the custom web integration for web payment gateway

  1. create order_id from order creation api.
  2. Follow this page adding custom web integration here

Razorpay hosted gateway

  1. create order_id from order creation api.
  2. Follow this page adding hosted payment gateway here

About

razorpay-api-examples has the examples of razorpay payment link generation api, get the status and cancel the api also

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages