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

# Connect Clover with OAuth 2.0 – StackOne Hub

> Link a Clover account in the StackOne Hub using OAuth 2.0. End-user guide to authorize the integration and start using Clover actions.

<section data-guide-section data-guide-scopes="">
  <h2>Select your region</h2>

  <p>Your Clover merchant region determines which API endpoints are used.</p>

  <Steps>
    <Step title="Identify your region">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Select the region that matches your Clover merchant account.</p>

        <ul>
          <li><strong>North America (US & Canada)</strong> — default region, no additional configuration needed</li>
          <li><strong>Europe</strong> — select if your merchants are on the Clover Europe platform</li>
          <li><strong>Latin America</strong> — select if your merchants are on the Clover Latin America platform</li>
          <li>If unsure, check the URL when signed in to the Clover Merchant Dashboard — `clover.com` is North America, `eu.clover.com` is Europe, `la.clover.com` is Latin America.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Enter your Merchant ID</h2>

  <p>The Merchant ID is a 13-character alphanumeric identifier unique to your Clover business.</p>

  <Steps>
    <Step title="Find your Merchant ID">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to the Clover Merchant Dashboard for your region (e.g., `https://www.clover.com/dashboard`, `https://eu.clover.com/dashboard`, or `https://la.clover.com/dashboard`) and locate your Merchant ID in the browser URL.</p>

        <ul>
          <li>The Merchant ID is the 13-character value after `/m/` in the URL</li>
          <li>Example URL: `https://www.clover.com/dashboard/m/ABC1DEF2GHI3J` (domain varies by region)</li>
          <li>Merchant ID: `ABC1DEF2GHI3J`</li>
          <li>For sandbox: `https://sandbox.dev.clover.com/developer-home/m/ABC1DEF2GHI3J`</li>
          <li>Copy this value and paste it into the <strong>Merchant ID</strong> field.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<div data-whitelabel-hide>
  <h2>Linking the Account from the Hub</h2>

  <Steps>
    <Step title="Navigate to the Hub">
      Use one of the three <a href="/guides/accounts-section#linking-accounts">Linking Account Methods</a> to access the Hub.
    </Step>

    <Step title="Fill out the fields">
      Fill out the following fields using details from your provider:

      <ul>
        <li><strong>Region</strong> (Optional)</li>
        <li><strong>Merchant ID</strong></li>
      </ul>
    </Step>

    <Step title="Connect">
      <ul>
        <li>Click <strong>Connect</strong></li>
        <li>If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider's authorization flow.</li>
        <li>Once authorization is successful, you will see a confirmation popup</li>
      </ul>
    </Step>
  </Steps>

  <p>If the account linking is successful, you will see the newly linked account in your <a href="/guides/accounts-section">Accounts</a> page.</p>
</div>
