The native SDKs for Custom UI solution allows you to integrate the same in your native Apps for both Android and iOS. This document provides the steps required to integrate the solution in your App for processing seamless payments from your customers.
Custom UI SDK Android versions
The Custom UI SDK for Android is available with different versions. These versions support different features as per your requirements. Please refer to the table below for different supported versions.
Android SDK version | Features | Status |
---|---|---|
com.paytm.nativesdk:core-wr:1.3.4 | Support of CVV less transactions for Saved and tokenized cards | Published |
com.paytm.nativesdk:core:1.3.4 | Support of CVV less transactions for Saved and tokenized cards | Published |
com.paytm.nativesdk:core-wr:1.3.3 | Updated Google Play Core library version. | Published |
com.paytm.nativesdk:core:1.3.3 | Updated Google Play Core library version. | Published |
com.paytm.nativesdk:core-wr:1.3.2 | Bug Fixed | Published |
com.paytm.nativesdk:core:1.3.2 | Bug Fixed | Published |
com.paytm.nativesdk:core-wr:1.3.1 | Removal of READ_PHONE_STATE permission, updated dependencies. | Published |
com.paytm.nativesdk:core:1.3.1 | Removal of READ_PHONE_STATE permission, updated dependencies. | Published |
com.paytm.nativesdk:core-wr:1.3.0 | Removal of jcenter from SDK, updated dependencies and bug fixes | Published |
com.paytm.nativesdk:core:1.3.0 | Removal of jcenter from SDK, updated dependencies and bug fixes | Published |
com.paytm.nativesdk:core-wr:1.2.6 | Removal of jcenter from SDK and updated dependencies | Published |
com.paytm.nativesdk:core:1.2.6 | Removal of jcenter from SDK and updated dependencies | Published |
com.paytm.nativesdk:core-wr:1.2.5 | Includes core SDK features along with the support of Redirection in case the Paytm app is not present, merchant powered OTP page, functionality to check logged in Paytm users using mobile number, COFT support and Bug fixes. | Published |
com.paytm.nativesdk:core-1.2.5 | Includes core SDK features along with the support of merchant powered OTP page, functionality to check logged in Paytm users using mobile number, COFT support and Bug fixes. | Published |
com.paytm.nativesdk:core-wr:1.2.4 | Includes core SDK features along with the support of Redirection in case the Paytm app is not present, merchant powered OTP page, functionality to check logged in Paytm users using mobile number and COFT support. | Published |
com.paytm.nativesdk:core:1.2.4 | Includes core SDK features along with the support of merchant powered OTP page, functionality to check logged in Paytm users using mobile number and COFT support. | Published |
com.paytm.nativesdk:core-wr:1.2.3 | Includes core SDK features along with support of Redirection in case Paytm app not present, merchant powered OTP pages and functionality to check logged in Paytm users using mobile number | Published |
com.paytm.nativesdk:core:1.2.3 | Includes core SDK features along with support of merchant powered OTP pages and functionality to check logged in Paytm users using mobile number | Published |
com.paytm.nativesdk:core-wr:1.2.2 | Includes core SDK features along with support of Redirection in case Paytm app not present | Published |
com.paytm.nativesdk:core:1.2.2 | Includes core SDK features with Direct bank integration | Published |
com.paytm.nativesdk:core-nodp:1.2.1 | Includes core SDK features without Direct bank page | Published |
com.paytm.nativesdk:core-vs:1.0.0 | Includes core SDK features along with Visa one click | Available on request |
com.paytm.nativesdk:core-ep:1.0.0 | Includes core SDK features along with OTP Auto read through Assist | Available on request |
Note: To support PSP Apps (UPI Intent) or to invoke Paytm app for Target SDK version 30 ( Android 11) and above. Please add below query in AndroidManifest.xml.
<queries>
<package android:name=“net.one97.paytm” />
<intent>
<action android:name=“android.intent.action.MAIN” />
</intent>
</queries>