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 1 February 2021
In this blog, we will learn about how to implement DotPay Payment gateway integration in android with SDK approach.
Before starting integration first, we need to know what a payment gateway is.
A payment gateway is a merchant service provided by an e-commerce application service provider. Which authorizes card or direct payment processing.
DotPay payment gateway provides quick and secure online transactions with various payment options like Credit Card, e-Wallets, and many others.
If you are planing on the integration of the DotPay payment gateway by using SDK then this blog will help you to do so.
PaymentManager class of DotPay SDK is used to initialize payment. So you have to call the initialize() like:
Inside merchant Id field add valid key only because if you pass invalid key here payment UI will not initialize. And along with this also add the amount, description, and currency code also.
It’s time to handle the payment callback. For this, implement the PaymentManagerCallback listener as :
For success and failure, we have to override onPaymentSuccess() and onPaymentFailure() inside our activity. which will help you to handle the success and failure result.
We have done with the DotPay payment gateway integration. Add below lines in proguard-rules for final release:
In this blog, you have learned about the implementation of the DotPay payment gateway integration by using SDK.
For more information regarding the DotPay payment gateway follow the link.
Thanks for reading this blog. You can also check other blogs from here.
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.
Be the first to comment.
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.