> ## Documentation Index
> Fetch the complete documentation index at: https://developers.orchestrasolutions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Pay Setup

> Get your Google Pay Merchant ID.

<Info>
  This page is part of **Merchant Account Setup**. [Back to Library Setup →](/guides/library/setup)
</Info>

<Note>
  Google Pay collects payment credentials from customers. You'll also need a [payment provider configured](/getting-started/add-payment-provider) in Orchestra to process the transactions.
</Note>

## 1. Create a Business Profile

1. Go to the [Google Pay & Wallet Console](https://pay.google.com/business/console/)
2. Sign in with your Google account
3. Complete the business profile setup

## 2. Register Your Website

1. Add your website in the console
2. Select your integration type
3. Submit for approval

## 3. Get Your Merchant ID

After Google approves your integration, you'll receive a **Merchant ID**, a unique identifier for your business. This is required for production.

<Note>
  You can test without a Merchant ID using Google's test environment. The Merchant ID is only required for production.
</Note>

## 4. Store in Orchestra

[Store your Merchant ID](/guides/library/store-merchant-account) in the Orchestra Portal. Set the **merchantName** (your business name shown to customers during payment).

## Next Steps

<CardGroup cols={2}>
  <Card title="Store eWallet Account" icon="vault" href="/guides/library/store-merchant-account">
    Save your Google Pay credentials in Orchestra
  </Card>

  <Card title="Google Pay Guide" icon="google" href="/guides/library/supported-payment-methods/google-pay">
    Implement Google Pay in your integration
  </Card>
</CardGroup>
