https://github.com/fiuupayment/fiuugooglepayplugin
Google Pay - With 3+ billion Android devices worldwide, amplify your business reach by tapping into hundreds of millions of cards saved to Google Accounts with Google Pay and provide your customers with a faster, secure way to pay.
https://github.com/fiuupayment/fiuugooglepayplugin
android android-library fiuu fiuu-payment google-pay
Last synced: 12 days ago
JSON representation
Google Pay - With 3+ billion Android devices worldwide, amplify your business reach by tapping into hundreds of millions of cards saved to Google Accounts with Google Pay and provide your customers with a faster, secure way to pay.
- Host: GitHub
- URL: https://github.com/fiuupayment/fiuugooglepayplugin
- Owner: FiuuPayment
- Created: 2024-03-07T11:36:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-30T09:38:21.000Z (16 days ago)
- Last Synced: 2025-06-30T10:24:26.893Z (16 days ago)
- Topics: android, android-library, fiuu, fiuu-payment, google-pay
- Homepage: https://fiuu.com/google-pay/
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# ๐งพ Google Pay Web Integration Options for Fiuu Merchants
Fiuu supports two types of Google Pay integration methods to accommodate varying technical needs and implementation preferences.
Merchants can choose the integration that best suits their level of control, customization requirements, and ease of implementation.
## ๐ฏ Web Integration Types
| Type | Description |
|-------------------------------|-----------------------------------------------------------------------------|
| Direct Google Pay Integration | A fully customizable flow using Google Pay APIs and Fiuu endpoints. Best for merchants who need advanced UI control and logic customization. |
| Fiuu Google Pay JS XDK Integration | A simplified integration using Fiuuโs hosted JavaScript XDK. Best for merchants who want fast and easy setup with minimal front-end code. |## โ When to Use Which?
| Feature | Direct Google Pay | Fiuu JS XDK Integration |
|-----------------------------|-------------------|----------------------|
| Full Control | โ Yes | โ Abstracted |
| Ease of Integration | โ Manual setup | โ Fastest setup |
| Requires Backend Logic | โ Yes | โ Yes |
| Auto Retry, Requery Logic | โ Customizable | โ Handled internally|
| Custom Countdown UI | โ Possible | โ Not exposed |## ๐ Where to Start
- For a fully customized experience, see: ๐ [Direct Google Pay Integration](https://github.com/FiuuPayment/FiuuGooglePayPlugin/blob/main/DirectIntegrationGPay.md)
- For a quick and simplified setup, see: ๐ [Fiuu JS XDK Integration](https://github.com/FiuuPayment/FiuuGooglePayPlugin/blob/main/FiuuGooglePayXDK.md)## ๐ฑ [Mobile Plugin] - Fiuu Google Pay Plugin
For mobile developers, you can use our native Android Google Pay plugin:
๐ฆ GitHub Repository: https://github.com/FiuuPayment/Mobile-XDK-Fiuu_Android_Library?tab=readme-ov-file#google-pay
The plugin provides an easy way to integrate Google Pay on Android using Fiuuโs Mobile XDK.
---