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¶
-
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.
-
Build your app using Flitt merchant ID in test mode with Flitt SDK. Flitt SDK will use
ENVIRONMENT_TEST
mode andgatewayMerchantId: <your Flitt merchant_id> gatewayID: fondyeu
-
Follow instructions to request Google for production access: https://developers.google.com/pay/api/web/guides/test-and-deploy/request-prod-access
- Google will review the application according to its integration checklist and provide recommendations if necessary.
- If all requirements are met, production access is granted.
- Request Flitt support to switch your merchant ID to live with
ENVIRONMENT_PRODUCTION
mode. - Submit production APK pointing to live merchant ID to Google for approval.