git clone https://github.com/Aashishkumar123/React-Django-Razorpay-integration
pip install django djangorestframework python-dotenv razorpay django-cors-headers
RAZORPAY_KEY_ID= here add razorpay id key
RAZORPAY_KEY_SECRET= here add razorpay secret key
python manage.py runserver
npm install .
REACT_APP_RAZORPAY_KEY_ID= here add razorpay id key
npm start
- Create an account razorpay to get the
ID
andSECRET
key - You can follow this documentation https://razorpay.com/docs/payments/payment-gateway/web-integration/standard/build-integration/
Download postman collection from here