# Introduction

Intergiro's Mobile SDKs are tools that help you integrate our Strong Customer Authentication (SCA) flows, the onboarding process, and digital wallet tokenization (Apple Pay and Google Pay) directly into your mobile applications.

# Key Capabilities of Mobile SDKs

The core functionality of our Mobile SDKs revolves around a simple yet powerful mechanism:

  • Token-Based Flow Initiation: By providing a unique token generated by our backend, your application can trigger various flows. These tokens securely identify the specific operation or process requiring initiation, including:
    • Strong Customer Authentication (SCA): For existing individuals, a token triggers an SCA flow to approve sensitive operations. These commonly include, but are not limited to:
      • Operations with cards
      • Sending money to external beneficiaries
      • And other sensitive actions requiring robust authentication (all operations that require SCA are marked with the SCA label and can be found in the API reference (opens new window))
    • Onboarding: For new individuals, a distinct token initiates a dedicated onboarding flow, allowing users to seamlessly progress through each step and submit their application for review.
    • Digital Wallet Tokenization: With a specific token, your customers can also initiate the secure tokenization of their cards for Apple Pay or Google Pay directly within your application. (The integration of Google Pay and Apple Pay requires a separate project. Please submit a request to the designated contact person on the Intergiro side to initiate the process)
  • Native Window Execution: Once the flow is initiated, our SDK presents a separate, secure native window within your application. This dedicated environment guides your customers through the necessary steps.

With the Android SDK Guide and the iOS SDK Guide you can start integrating our Mobile SDKs into your application.