hello sir when i put amount equals to 1000 in my website but on phone pay gateway it shows 10 rs even in your case the amount is reduced by two 0s please explain
@shridharjadhav2792 It takes paise, so whatever amount you have should be multiplied by 100. eg (1000 * 100) = 100000 this amount should be going to the payment gateway.
@shridharjadhav2792 This is very simple when you redirect before the payment please store your information either in session or in the database and then when you return back verify that information with some kind of primary identity like user_id or order_id or your any kind of primary identity
You can pass the cross by using python django cross package or you can configure that on django itself. Please check the blow link. Cross should be happening in this case. www.stackhawk.com/blog/django-cors-guide/
hello sir when i put amount equals to 1000 in my website but on phone pay gateway it shows 10 rs even in your case the amount is reduced by two 0s please explain
It takes amount as paise, so just convert amount to *100
@shridharjadhav2792 It takes paise, so whatever amount you have should be multiplied by 100. eg (1000 * 100) = 100000 this amount should be going to the payment gateway.
but in the response of payment return function there is no user information so how do i know which user did the payment ?
@shridharjadhav2792 This is very simple when you redirect before the payment please store your information either in session or in the database and then when you return back verify that information with some kind of primary identity like user_id or order_id or your any kind of primary identity
Hi Sir, I am facing CORS error on redirecting the url in the response.
You can pass the cross by using python django cross package or you can configure that on django itself. Please check the blow link. Cross should be happening in this case. www.stackhawk.com/blog/django-cors-guide/
I cloned your git repostory and tested on my system this is the error I am getting how to solve that please help me
What is the errors. You have not mentioned that
Please make a video on Cashfree integration Django
I will try that
I give you my project file, can help me please,
@hodl5585 Don't need that please tell me what is the error you are facing
@@code-180 its not resirecting to payment page, its redirecting to current page