Skip to content

scalereal/razorpay-integration-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Razorpay Payment Integration in Django 💥

razorpay-checkout-img.png

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.

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

About

Basic implementation of Razorpay payment gateway 💳 with Django:fire:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published