Set up your Google Pay business profile and Android integration settings.
If you haven't already, make sure that you have activated the Components and Google Pay services in the Unity Portal. For more information, see Activate Components.
- Go to the Google Pay Business Console.
- Sign in with your Google account or create a new one.
- Click Get started to create your business profile.
- Enter your business information:
- Legal business name.
- Business address.
- Business type.
- Website URL.
- Review and accept the Google Pay API Terms of Service.
- Click Submit to create your profile.
Your Google Pay Business Profile is now created.
- In the Google Pay Business Console, go to Google Pay API.
- Click Android integration and accept the terms and conditions.
- Enter your Android app information:
- Package name: Your app's package name (e.g.,
com.yourcompany.yourapp). - SHA-256 certificate fingerprint: Your app signing certificate fingerprint from Google Play Console.
- Package name: Your app's package name (e.g.,
- Upload screenshots of your checkout flow showing the Google Pay button.
- Click Save to confirm.
When your business profile is approved, you can click the Submit for approval button.
You can obtain your SHA-256 certificate fingerprint from the Google Play Console:
- Go to the Google Play Console.
- Select your app.
- Go to Release > Setup > App integrity.
- Under App signing, find and copy the SHA-256 certificate fingerprint.
For development testing, you can also register your debug certificate fingerprint. Use the keytool command to get it from your ~/.android/debug.keystore file.
Once your Android integration is approved, you're ready to start using Google Pay for Android.