---
title: Mobile Kits
description: Airpay mobile SDKs let you accept payments inside Android (Kotlin/Java), iOS (Swift/Objective-C), Flutter (Dart), React Native, Apache Cordova, and Ionic Capacitor apps. Each kit includes a sample app, integration docs, and a prebuilt payment UI that handles card, UPI, netbanking, and wallet flows.
---

Airpay mobile SDKs embed a secure, PCI-compliant payment experience directly inside your app. Each kit ships with a sample project, step-by-step integration guide, and supports card, UPI, netbanking, and wallet payment methods out of the box.

Choose your platform below to download the SDK and follow the integration guide.

## Available SDKs

## SDK Details

Each Airpay mobile SDK follows the same integration flow:
1. Add the SDK dependency to your project.
2. Initialize the SDK with your Merchant ID, API key, and secret.
3. Call the payment method with order details (amount, currency, customer info).
4. Handle the success, failure, and cancellation callbacks.

All SDKs support INR transactions and the following payment methods: Credit/Debit Card, UPI, Net Banking, Wallets.

| Platform | Language | Min OS Version | Guide | Download |
|---|---|---|---|---|
| Android | Kotlin, Java | Android 5.0 (API 21) | [View guide](/v4/mobile-kits/android/) | [Download](https://docs.airpay.co.in/kits/v4/airpay_android_inr_v4.zip) |
| iOS | Swift, Objective-C | iOS 12.0 | [View guide](/v4/mobile-kits/ios/) | [Download](https://docs.airpay.co.in/kits/v4/airpay_ios_inr_v4.zip) |
| Flutter | Dart | Android 5.0 / iOS 12.0 | [View guide](/v4/mobile-kits/flutter/) | [Download](https://docs.airpay.co.in/kits/v4/airpay_flutter_inr_v4.zip) |
| React Native | JavaScript, TypeScript | Android 5.0 / iOS 12.0 | [View guide](/v4/mobile-kits/react-native/) | [Download](https://docs.airpay.co.in/kits/v4/airpay_react_native_mobileSDK_v4.zip) |
| Cordova | JavaScript | Android 5.0 / iOS 12.0 | [View guide](/v4/mobile-kits/cordova/) | [Download](https://docs.airpay.co.in/kits/v4/airpay_cordova_inr_v4.zip) |
| Ionic Capacitor | TypeScript | Android 5.0 / iOS 12.0 | [View guide](/v4/mobile-kits/ionic-capacitor/) | [Download](https://docs.airpay.co.in/kits/v4/airpay_ionic_capacitor_inr_v4.zip) |

## Prerequisites

- Active Airpay merchant account
- Merchant ID, Username, Password, and Secret Key from the Airpay dashboard
- For live payments: switch to Live Mode API Keys in the dashboard