Open dalpat opened 5 years ago
I'm facing the same issue.
I was facing same error then i did dd($transaction) at the callback function then i found that i was sending half merchant key to Paytm for validation . There at the callback I was sending half merchant key It was happening because in the env file i wrote my merchant key without any quotes . Basically normally it is not needed to do use double quote but if you check in your merchant key you will get that # is there in your merchant key ( # is used for single line comment in php) so env is getting half of the merchant key as the comment so if you use double quotes there then you error will get resolved . In my case error was only because of this . Hope this will help
This issue has been posted many times by users, please take it seriously. Whenever the transaction is successful from bankside it works fine, however when the transaction is declined or failed from bank side, it always says, INVALID CHECKSUM.
Hope you understand