Does anyobody know how to integrate instamojo payment gateway in objective C. I have opened Instamojo payment screen in Webview but how to handle success of payment and redirect to app.
Asked
Active
Viewed 503 times
0
-
follow this : https://docs.instamojo.com/page/ios-sdk – MAhipal Singh Dec 05 '17 at 06:57
1 Answers
1
HI Manish for payment gateways
- You need to create Merchant account. For Merchant account you need to login in Instamojo.
- After creation of Merchant account, they will provide keys and SDKs(iOS, android). You need to download that SDK and integrate that in your app. Use that key in AppDelegate Class. They will provide a sample code how to use the keys, SDK and how to do the payments. Follow the instructions.

phani
- 105
- 2
- 15
-
Seems, Instamojo not supporting swift 3. Not getting method which are shown in document – Manish Mahajan Dec 12 '17 at 10:36
-
Call to support team of Instamojo. They will tell you, is they are giving support to swift?. – phani Dec 12 '17 at 12:53