razorpay / razorpay-dotnet-testapp

Test app for .net integration
MIT License
9 stars 17 forks source link

How to check whether payment was successful? #13

Open juzer-hakimji opened 4 years ago

juzer-hakimji commented 4 years ago

I am using this method to verify signatures

Utils.verifyPaymentSignature(attributes);

which is available in Razorpay.Api.Utils but this method returns void and there is no way to know whether signatures matched or not, It should return boolean right or am i missing something?