Anyone help me to integrate Paytm Gateway with Android Application. I referred many tutorials. little bit confusing.
- I am using Android + java language.
- I dont have any Web Server with me (Many tutorials i have seen as checksum can be generated only in Client (My Own) Web Server)
- And also i am came to know in Paytm page checksum can be generated by using below,
https://developer.paytm.com/docs/v1/android-sdk
String paytmChecksum = CheckSumServiceHelper.getCheckSumServiceHelper().genrateCheckSum(merchantKey, paytmParams);
But they havent given any information what jar needs to imported for this.
- Please give me some links are referral page where can i get the above information.