📱Accept Google Pay

Google Pay is a mobile payment service developed by Google to power in-app, online, and in-person contactless purchases on mobile devices, so you can make payments with Android phones, tablets, or watches. Google Pay is supported for all major web browsers and devices, including Apple devices.

  1. To enable Google Pay on your Coinflow account: Upload screenshots of your site + checkout flow + domain name to Coinflow so we can verify them with Google Pay.
  2. Once verified by the Coinflow team, Google Pay will be enabled on your account, and the Google Pay button will automatically appear in prebuilt UI checkout options.

If you are adding your own implementation the following components will render the Google Pay button

import {CoinflowGooglePayButton} from '@coinflowlabs/react';

<CoinflowGooglePayButton
  env={'prod' | 'sandbox'}
  wallet={solanaWallet}
  blockchain={'solana'}
  merchantId={merchantId}
  connection={connection}
  handleHeightChange={handleHeightChange}
  amount={amount}
  color={'black' | 'white'}
/>