💥
Razorpay Payment Integration in Django
💳
is integrated with Django by breaking down the whole process into simple steps
🪜
.
In this project Razorpay payment gateway - Setting up Razorpay account
- Store the downloaded API keys in your .env file
- Create the Order Schema
- Creating Razorpay order
- Making payment
- Handling Successful and Failed payment.
Getting started:
Clone this repository:
git clone https://github.com/scalereal/razorpay-integration-django.git
Install pipenv
pip install pipenv
Activate environment:
pipenv shell
Install dependencies:
pipenv install
Start the server:
python manage.py runserver