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.
- webhook can be generated for testing with this website - https://webhook.site/
- api docs for razor pay - https://razorpay.com/docs/api/
- test card details - https://razorpay.com/docs/payments/payments/test-card-details
If you don’t have an account, sign up for a Razorpay account at https://dashboard.razorpay.com/
-
Step 1 -
-
Step 2 - Change
constants_copy.pytoconstants.pyand 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
Provide examples on how to use your project.
Email: cse.14bcs1065@gmail.com
- create
order_idfrom order creation api. - Follow this page adding custom web integration here
- create
order_idfrom order creation api. - Follow this page adding hosted payment gateway here