Build for mobile
Add checkout to your iOS and Android apps without sending customers to a web form. Your app presents Inttegro's native payment sheet while your backend keeps control of credentials, customers, products, prices, and orders.
The Android, iOS, React Native, and Flutter SDKs currently support mobile money checkout. Card payments, Apple Pay, and Google Pay are not available yet.
Choose your mobile SDK
Embed a platform-native checkout flow while keeping presentation, accessibility, and payment lifecycle handling inside the SDK.
Inttegro SDK for Android
Developer preview
Compose-native payment sheet for Kotlin Android apps, including mobile money collection, confirmation, redirects, and payment results.
Inttegro SDK for Flutter™
Developer preview
Native iOS and Android payment sheet exposed through a typed Flutter plugin. The current preview supports mobile money checkout.
Inttegro SDK for iOS
Developer preview
Native payment sheet for SwiftUI and UIKit apps, including mobile money collection, confirmation, redirects, and payment results.
Inttegro SDK for React Native
Developer preview
Native iOS and Android payment sheet for React Native apps using the New Architecture. The current preview supports mobile money checkout.
Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.
How mobile checkout fits together
- Your backend creates the order. It uses a server SDK to set the customer, line items, amount, currency, and payment settings, then returns the finalized order ID to the app.
- Your app opens the payment sheet. It gives that order ID to the mobile SDK; the API key and authoritative order data never enter the app.
- The SDK runs checkout. It presents the platform-native interface and handles the customer-facing payment flow.
- Your backend verifies the result. Read the order's current state before fulfilling goods or services.
This boundary keeps the mobile client focused on presentation while trusted server code owns every business decision that can move money.
Start from a working app
Explore a complete integration before adding the SDK to your own product:
The mobile demo gallery brings all four implementations together so you can compare the experience and inspect their released source.
Connect your MCP client and ask it to design the mobile, backend, and fulfillment boundaries for your product before you begin coding.