About Android Card SDK Cards SDK comes packed with a rich feature set to solve for different card use cases. With Cards SDK, fintech organisations can avoid the burden of spending several months on being compliant for card issuance, lifecycle management & operations which serve as a bottleneck. Now, you can focus on innovating your products with out-of-the-box security provided by SDK & launch financial products in a remarkable time frame.
...
Android SDK Setup Android SDK Setup Published on 26th Aug, 2021 Before starting the set up, Please download the SDK via App center.
Add the Cards Sdk to your app To your module (app-level) Gradle file (usually app/build.gradle), add the dependency for the cards SDK Sample Code Switch Theme Expand More Copy 1 2 3 4 5 dependencies { .
...
Android SDK Setup SDK Setup Get access to the Cards Sdk We host all our SDKs on a remotely accessible Maven Repositry. Gradle understands the semantics of a maven repository and can download the SDK artifacts ( aar files) from a remotely hosted maven repository.
Add the following lines to your project level build.gradle
Sample Code Switch Theme Expand More Copy 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 allprojects { repositories { .
...
Prerequisites Parameter name Parameter value Ifi id 304876 API endpoint https://fusion.gw.zetapay.in/api/v1 Access token {{token}} Bundle id {{BundleID}} Simulator for card payments https://prod-card-simulator.gw.zetapay.in/ Funding Account ID {{FundingAccountID}} Vbo id {{VboID}} cardSkuIDs {{SkuID} About Fusion Fusion is an API-based Platform-as-a-Service (PaaS) offering. It enables fintechs to build and manage financial products for unique use-cases.
...
Prerequisites Parameter name Parameter value Ifi id 304876 API endpoint https://fusion.gw.zetapay.in/api/v1 Access token {{token}} Bundle id {{BundleID}} Simulator for card payments https://prod-card-simulator.gw.zetapay.in/ Funding Account ID {{FundingAccountID}} Vbo id {{VboID}} cardSkuIDs {{SkuID} About Fusion Fusion is an API-based Platform-as-a-Service (PaaS) offering. It enables fintechs to build and manage financial products for unique use-cases.
...