DEV Community

Cover image for Razorpay payment DJANGO
testacc127000
testacc127000

Posted on • Updated on

Razorpay payment DJANGO

Steps to integrate Razorpay

  • Setting up Razorpay account.

  • Storing API keys in settings.py

  • Installing Razorpay library.

  • Creating order using Razorpay API.

  • Sorry, unable to save it. You might have moved your notion database to some other page, please take it back to the page where it was created.

  • Creating order at backend and also creating Razorpay order.

    • Show template
    • Show views
    • render to payment.html
    • Get info of call back URL
    • Done with creating an order.
  • Making payment.

  • Handling payment success and failure.

    • Razorpay makes a post request
    • with the help of that handling success/failure
    • Done with payment.
    • Final checks for all platforms
    • Final checking
    • what is this project about?

https://gist.github.com/Nishant127/ed0e02cfb0ae0da3fb82f17b21252ca4

Top comments (0)