• Prepaid

    In locale
  • Prepaid

    In locale

Android Card SDK

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 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

Android SDK Setup Prerequisites Install or update Android Studio to its latest version Make sure your projects meet the following requirements: Target API level 19 (Lollipop) or later Set up a physical device or use an emulator to run your app. Emulators must use an emulator image with Google Play. Have jitpack and google maven repos added to your project gradle. ...

Application APIs

Application APIs You onboard Account Holders onto Fusion by creating an Application. The process of creating an Application is similar to opening an account in the real-world banking system. Creating Application workflow consists of the following steps: Collect Account Holder details like name, date of birth, OVD, Vectors, and so on. Create and submit Application with the collected details. Review and mark an application either COMPLETED or REJECTED. ...

Beneficiary APIs

Beneficiary APIs A Beneficiary is like your real-world beneficiaries whom you may want to transfer real funds to. *API References are optimized for larger screens. document.querySelector('.swagger__preloader').style.display = 'block' window.onload = function() { var url = "\/swagger\/beneficiaryapis.yml"; const ui = SwaggerUIBundle({ url: url, dom_id: '#swagger-ui', deepLinking: true, presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset ], plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], layout: "StandaloneLayout", onComplete: scrollToSection() }) window. ...