We are successfully integrated payU sdk, and it is working with sample app with test credential, but while we are using production enviroment and generated hash key for php server and using it in mobile sdk it throwing invalid hash key, I go thorough code and see that payment_related_details_for_mobile_sdk
has should be pass.
I have generated all required hash key using own server and passed paymentParam
obj to PayUWebServiceResponse
. But getting response as The data couldn’t be read because it isn’t in the correct format
.
what would be the problem?