Skip to content

Flutter SDK for Mobile(Android)

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Flutter SDK allows you to accept payment from Visa/MasterCard, Apple Pay, Google Pay in any of your iOS and Android applications.

The latest version of the iOS SDK you can always find in our public repository

https://github.com/cloudipsp/flutter-mobile-sdk

You can find demo app in example directory

Google Pay mobile application approval

  1. Before integrating Flitt mobile SDK, register merchant in Flitt Merchant Portal and request Flitt support support@flitt.com to enable Google Pay on your account. You will get a merchant ID in test mode.

  2. Build your app using Flitt merchant ID in test mode with Flitt SDK. Flitt SDK will use ENVIRONMENT_TEST mode and

    gatewayMerchantId: <your Flitt merchant_id>
    gatewayID: fondyeu
    
  3. Follow instructions to request Google for production access: https://developers.google.com/pay/api/web/guides/test-and-deploy/request-prod-access

  4. Google will review the application according to its integration checklist and provide recommendations if necessary.
  5. If all requirements are met, production access is granted.
  6. Request Flitt support to switch your merchant ID to live with ENVIRONMENT_PRODUCTION mode.
  7. Submit production APK pointing to live merchant ID to Google for approval.