Rajiv Verma

Results 4 issues of Rajiv Verma

PayUMoney recently started making 'payment verification' compulsory for some accounts. Link to their Payment Inquiry APIs - [Here](https://www.payumoney.com/dev-guide/apireference.html#tag/Payment-Inquiry-APIs) I tried to use the 'Verify' method of IndiPay and it failed...

Does this package support refund processing? The feature to refund is critical to implementing a full-fledged website with the facility of online payment. Some pointers regarding how to process a...

Updated file with new PayUMoney sandbox endpoint.

In the \..\vendor\softon\indipay\src\Gateways\PayUMoneyGateway.php file, I had to do the following change to make the test version working again: `protected $testEndPoint = 'https://sandboxsecure.payu.in/_payment';` changed to `protected $testEndPoint = 'https://test.payu.in/_payment';`