Checksum Failed is coming in Payumoney payment integration with xamarin forms.
I have created hash string by following way
string hashString = key + "|" + txnid + "|" + amount + "|" + productInfo + "|" + firstName + "|" + email + "|||||||||||" + salt;
So is it hash key issue or any other ?