Configure Google Pay Business account & Google Developer project
To start working with Google Pay as a Payment method, you need to create and configure a Google Pay Business account and a Google Developer project. These components provide the necessary credentials, verification, and API access required to process Google Pay transactions securely.
1. Create a Google Account
- Go to accounts.google.com/signup.
- Fill in the required fields: First/Last name, Email, and Password.
- Confirm your email and verify your phone number via SMS.
2. Create a Google Developer Project
- Navigate to the Google Cloud Console.
- Click Select a project > New Project in the top right menu.
- Enter a Project name and select an Organisation (if applicable).
- Then, click Create.
3. Enable the Google Pay API
- Go to APIs & Services > Library inside your Project.
- Search for Google Pay API.
- Click Enable.
4. Register Your Business in Google Pay Merchant Center
- Navigate to Google Pay Business Console.
- Click Get Started.
- Fill in the registration form with the following data:
- Business type (Individual / Sole Proprietor / Company)
- Country of registration
- Business details (Legal company name, Website, Business contact information, Bank account details for payouts)
- Click Submit for Verification.
- After submission, Google may request additional verification:
| Required Documents / Steps | Notes |
| Domain ownership | Verified via HTML meta-tag or file upload. |
| Company registration documents | Official business certificates, tax ID, or registration number. |
| Tax ID / D-U-N-S number | Especially important for larger businesses or international setups. |
| Contact confirmation | Google's operations team may email to confirm your authority. |
| Agreement signing | Google may send a legal agreement for electronic signature. |
- You should receive emails from Google at each verification stage. One email is for confirming your company, and one is for signing the contract.
- Once completed, you should receive final confirmation that your Business Profile has been approved.
5. Configure Google Pay API Settings
- The steps above describe a typical integration flow and exclude any edge cases.
- Go to the Integrate with your website section in your Google Pay Business Console.
- Click Add website and enter your production domain.
- Choose your integration type:
| Integration type | Description |
| Gateway | You need to use a supported PSP or Provider for integration. |
| Direct | You can use it for direct integration with your own infrastructure. |
- Upload screenshots of your Checkout page following Google’s branding guidelines.
- Click Save and submit for review.
Usually, the review procedure takes 1–2 business days. If approved, you should receive a confirmation email.
If not, you should be notified of the required changes or missing items.
Updated 3 days ago
