4

I implemented paytm in my android app. But i don't know how to get Merchant id,customer id,channel id and industry type id.

code for paytm order:

     Map<String, String> paramMap = new HashMap<String, String>();

            // these are mandatory parameters
            paramMap.put("REQUEST_TYPE", "DEFAULT");
            paramMap.put("ORDER_ID", String.valueOf(randomInt));
            paramMap.put("MID", "klbGlV59135347348753");
            paramMap.put("CUST_ID", "CUST123");
            paramMap.put("CHANNEL_ID", "WAP");
            paramMap.put("INDUSTRY_TYPE_ID", "Retail");

Thanks. Please someone sugggest me to get this done.

N0un
  • 868
  • 8
  • 31
Shanmuga M
  • 115
  • 2
  • 7

1 Answers1

0

As mentioned in paytm docs "Note: The CHANNEL_ID, INDUSTRY_TYPE_ID, MID and WEBSITE will be provided by Paytm upon registration."

These details will be provided by paytm representatives when you verify all your documents.