Android App Development
iOS App Development
Flutter App Development
Cross Platform App Development
Hire on-demand project developers and turn your idea into working reality.
Big thanks to Webkul and his team for helping get Opencart 3.0.3.7 release ready!
Deniel Kerr
Founder. Opencart
Top Partners
Updated 2 December 2020
1. Download sdk from here
2. Add this sdk to your project
3. Import in the class where you want to accept payment through SDK
Start implementing with the code
Import the paytm library
Present the payment controller
Add paytm delegate in your project which will use handle the payment status (failer or seccess)
Show the payment status through the alert
In this blog we have discussed about how do we checkout through paytm
I hope this blog will help you in getting some basic knowledge about the paytm checkout
For more technical blog please click here
Thanks for reading!
Your email address will not be published. Required fields are marked*
Name*
Email*
Save my name email and website in this browser for the next time I comment.
func didFinish(with status: AIPaymentStatus, response: [String : Any]) { print(“Paytm Callback Response: “, response) self.showAlert(title: “\(status)”, message: String(describing: response)) }
Above code works only when user don’t have paytm app installed in phone.
How to manage If paytm app is installed in phone (Deep linking).
Please check your issue in Paytm documentation.
Thanks.
We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies. Learn more about privacy policy
Name
Email
Subject
Enquiry or Requirement
If you have more details or questions, you can reply to the received confirmation email.