# Google Pay onboarding

Set up your Google Pay business profile and Android integration settings.

## Before you start

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](/guides/checkout/components/activate).

## Step 1: Create a Google Pay business profile

1. Go to the Google Pay Business Console.
2. Sign in with your Google account or create a new one.
3. Click **Get started** to create your business profile.
4. Enter your business information:
  - Legal business name.
  - Business address.
  - Business type.
  - Website URL.
5. Review and accept the Google Pay API Terms of Service.
6. Click **Submit** to create your profile.


Your Google Pay Business Profile is now created.

## Step 2: Create an Android integration

1. In the Google Pay Business Console, go to **Google Pay API**.
2. Click **Android integration** and accept the terms and conditions.
3. 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.
4. Upload screenshots of your checkout flow showing the Google Pay button.
5. Click **Save** to confirm.


When your business profile is approved, you can click the **Submit for approval** button.

### Get your app signing certificate

You can obtain your SHA-256 certificate fingerprint from the Google Play Console:

1. Go to the Google Play Console.
2. Select your app.
3. Go to **Release > Setup > App integrity**.
4. 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.