I am trying to integrate paytm payment gateway into my android application. I seem to be unable to find the correct documentation or procedures on their website. I checked every manual on this through Google, but no help. I tried to contact the Paytm team by mail and phone. No answer. now i'm stuck here.
here's what i'm going through:
paramMap.put("REQUEST_TYPE", "DEFAULT"); paramMap.put("ORDER_ID", String.valueOf(randomInt)); paramMap.put("MID", "************2343"); paramMap.put("CUST_ID", "CUST123"); paramMap.put("CHANNEL_ID", "WAP"); paramMap.put("INDUSTRY_TYPE_ID", "Retail"); paramMap.put("WEBSITE", "frshlrfowap"); paramMap.put("TXN_AMOUNT", "1"); paramMap.put("EMAIL", " testing@gmail.com "); paramMap.put("MOBILE_NO", "9876543210"); paramMap.put("THEME", "merchant");
Below is an error in the output log I get: 
source share