In a Django-Razorpay integration, what is stored to track payment order status in the database?
Only amount and date
User’s browser cookies
Credit card number of user
Order ID from Razorpay, payment ID, signature, amount, status, timestamps
This question is part of this quiz :
Python | Django | Integrations