Paytm sdk ios integration to open Paytm payment form?
问题 Integrated Paytm sdk 2.1 in iOS (Xcode 7) and configured to make payment . I have a form in which amount and other fields need to filled then there is a button for Payment . Here is code which i am using : //Step 1: Create a default merchant config object PGMerchantConfiguration *mc = [PGMerchantConfiguration defaultConfiguration]; //Step 2: If you have your own checksum generation and validation url set this here. Otherwise use the default Paytm urls mc.checksumGenerationURL = @"generate