An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![banner Fiuu x GooglePay](https://github.com/FiuuPayment/FiuuGooglePayPlugin/assets/5105608/1f273ad1-475b-473d-bca3-8a5d2c1dffa4)

# ๐Ÿงพ 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.

---