Sample App for Razorpay Python Integration
- pip install flask
- pip install razorpay==0.2.0
- python app.py
If you are re-using this as your final code, please make sure you do the following:
- Edit the key inside templates/app.html
- Edit the APPId/APPSecret in app.py
This release currently uses the 0.2.0 version of the SDK. Please ensure that you are using the latest as the test app might lag behind.