How does the refund function working for paypal standerd

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 anos atrás
Hi all,

I noticed that in the order detail page under admin panel, there is a refund button. How dose it work?  Does it automatically cancel the transaction in paypal? Or it just a sign and I have to transfer money back to the customer by hand?

Regards,

Liang
13 anos atrás
Hi Iwang,

There are two kind of refund button you could see on the order detail page.
1.Refund
2.Refund(manual) (This button will show when u select the payment type as manual)

If you select the second button, then it will just update the table as refunded, thats it. You have to manually refund the amount to the customer.

If you select the 1st option (click on Refund button), it will do eveything for you including checking the status whether the order is paid or not. If its paid then it will invoke Refund method in PalymentManager.cs. This new version of NOP includes Refund option in Ipayment method. So no worries abt Refund if u select the payment type other than manual.

Hope this helps to you

Thanks
Venkat
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.