In this project Razorpay payment gateway 💳 is integrated with Django by breaking down the whole process into simple steps 🪜.
- 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.
💡To generate new API keys🗝️ signup on razorpay.com, visit the dashboard and generate🚀 the API keys from the settings.
git clone https://github.com/scalereal/razorpay-integration-django.git
pip install pipenv
pipenv shell
pipenv install
python manage.py runserver