Integration Guide
Know how to integrate with Falcon’s platform and issue retail co-branded credit cards.
Falcon offers a modern, secure, and scalable platform to help banks, NBFCs, and fintechs launch retail co-branded credit cards quickly and efficiently. Whether you're building a standalone mobile banking app or embedding card issuance capabilities into an existing digital product, the Falcon Secure SDK simplifies the entire customer lifecycle — from onboarding and verification to secure transactions and real-time statement delivery.
🔒 Why Use the Falcon Secure SDK for Retail Co-Branded Credit Cards?
Launching a retail co-branded credit card requires comprehensive integration across authentication, compliance, transaction management, and user experience — and that’s exactly where the Falcon SDK excels. Here’s why:
- Faster Time to Market: Avoid the complexity of building secure workflows from scratch. The SDK encapsulates best practices for device binding, token management, and KYC onboarding — so you can focus on your product, not plumbing.
- Built-in Security: With features like SIM binding, end-to-end encryption, and secure SMS verification, Falcon ensures regulatory-grade protection against fraud and identity misuse.
- Optimized for Credit Use Cases: The SDK is purpose-built for lending and card-based experiences — including eligibility checks, dynamic limit management, repayment tracking, and more.
- Designed for Co-Brand Scalability: Support multi-bank or multi-brand logic, enabling partners to launch, manage, and scale different co-branded programs from a single integration point.
- Cross-Platform Support: Available for both Android (via AAR) and iOS (via XCFramework) to seamlessly support native mobile development.
This guide will walk you through the steps needed to integrate the Falcon Secure SDK and begin issuing secure, compliant, and high-performing retail co-branded credit cards to your customers.
🔧 Integration Steps
Follow the steps below to integrate with Falcon’s platform and issue retail credit cards to your customers.
- Import Falcon secure SDK
- Onboard customers
- Manage credit cards and user accounts
- Transaction and statements
- Manage repayments and EMIs
📦 Import Falcon Secure SDK
This article walks you through how to integrate Falcon Secure SDK into your project through the aar file.
The FalconSecureSDK is designed to simplify the integration of secure authentication and transaction authorization processes into your Android or iOS applications. It provides convenient methods for initiating device binding, simulating verification SMS, checking binding status, generating request tokens, sending registration SMS, initializing API connections, and making secure requests.
Android SDK
Below are the steps to integrate Falcon Secure SDK into your project through the aar file.
Add the Falcon Secure SDK
To add the Falcon Secure SDK:
- Download the Falcon Secure SDK library.
- Copy the AAR file into the libs directory of your Android project.
- Add the following dependency in your app's
build.gradlefile using the below code:
implementation files('libs/falconsecuresdk.aar')
Import the Falcon Secure SDK
Import the SDK using the following code:
import com.falconfsauth.sdk.FalconSecureSDK;
import com.falconfsauth.sdk.SendSMSCallback;
import com.falconfsauth.sdk.Utils.ApiUtils;
iOS SDK
Below are the steps to integrate Falcon Secure SDK into your project through the aar file.
Add the Falcon Secure SDK
To add the Falcon Secure SDK:
- Open your project in Xcode.
- Click on your project in the Project Navigator.
- Select your target.
- Make sure the General tab is selected.
- Scroll down to Frameworks, Libraries, and Embedded Content.
- Drag the desired
XCFrameworksfrom the downloaded SDK. It is wired up automatically as a dependency of your target.
Xcode will display a dialog confirming you want to add FalconSecureSDK to your project. Confirm that if needed, the copy items are selected and that your target is checked under Add to Targets.
Import the Falcon Secure SDK
Import the SDK using the following code.
import FalconSecureSDK
Updated 4 months ago
Refer to the following pages for additional information about retail co-branded credit cards.
