Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
February 24, 2022 06:25 am GMT

Razorpay payment DJANGO

Steps to integrate

  • Setting up Razorpay account.

  • Storing API keys in settings.py

  • Installing Razorpay library.

  • Creating order schema.

  • Creating order at backend and also creating Razorpay order.

    • Show template
    • Show views
    • render to payment.html
    • info of call back URL
  • Making payment.

  • Handling payment success and failure.

    • Razorpay makes a post request
    • with the help of that handling success/failure


Original Link: https://dev.to/nishanthandge/razorpay-payment-django-c8

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To