Mobile Integration
Integrating Google Pay into your mobile application provides users with a seamless and secure payment experience. This section covers the steps to integrate Google Pay with your mobile app, whether you're developing in Java (Android) or React Native.
Google Pay Mobile Application Approval
Follow these steps to integrate Google Pay into your mobile application using the Fondy SDK and ensure your application meets the requirements for production approval.
- Log in to the Fondy Merchant Portal.
- Register your merchant account and contact Fondy Support to enable Google Pay for your account.
- Fondy will provide you with a merchant ID in test mode.
- Use the Fondy SDK to build your app with the test mode merchant ID.
- Using the ENVIRONMENT_TEST mode, configure the Fondy SDK with the following settings:
gatewayMerchantId: <your FONDY merchant_id> gatewayID: fondyeu
- Follow Google's instructions for requesting production access.
- Google will review your integration based on its checklist and may provide recommendations if changes are required.
- Once all requirements are met, Google will grant production access for your application.
- Request Fondy Support to switch your merchant ID to LIVE with ENVIRONMENT_PRODUCTION mode.
- Submit your production APK to Google, ensuring it points to the LIVE merchant ID.
- Google will review your application for final approval.
By completing these steps, your mobile application will be ready to process Google Pay transactions in the live environment.
For Java
To integrate Google Pay with your mobile application using Java, you can follow these resources:
- Java SDK Documentation: Comprehensive documentation for integrating Google Pay with Fondy's mobile SDK for Android, including setup and usage instructions.
- Fondy's Android SDK on GitHub: Access the official Android SDK on GitHub, which includes all the necessary code and resources for integrating Google Pay.
- Google Pay Setup Guide for Android: Google's official guide to help you set up Google Pay in your Android app, including prerequisites, configurations, and implementation steps.
For React Native
To integrate Google Pay with your mobile application using React Native, refer to the following resources:
- React Native SDK Documentation: Provides detailed instructions for integrating Google Pay with Fondy's React Native SDK.
- React Native SDK on GitHub: Contains the official SDK code and implementation files.
These resources will guide you through the process of setting up Google Pay in your React Native application.
Updated 22 days ago