> ## 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.

# GoCardless OAuth 2.0 connector profile – StackOne setup guide

> Set up the OAuth 2.0 connector profile for GoCardless in StackOne. One-time admin setup required before your users can link GoCardless accounts via Hub.

<Warning>A GoCardless Partner account is required to create an OAuth app. You must register your app and get it approved before connecting users.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Create a GoCardless Partner App</h2>

  <p>Register an OAuth app through the GoCardless Partner dashboard to obtain your client credentials.</p>

  <Steps>
    <Step title="Sign in to GoCardless Dashboard">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://manage.gocardless.com" target="_blank" rel="noopener noreferrer">GoCardless Dashboard</a> (or <a href="https://manage-sandbox.gocardless.com" target="_blank" rel="noopener noreferrer">Sandbox Dashboard</a> for testing).</p>
      </div>
    </Step>

    <Step title="Navigate to Developer Settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Go to <strong>Developers</strong> in the left sidebar, then select <strong>OAuth apps</strong> (or create one via Partner settings).</p>
      </div>
    </Step>

    <Step title="Register Your App">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Create a new OAuth app and configure the following.</p>

        <ul>
          <li><strong>Redirect URI</strong> - Add `https://api.stackone.com/connect/oauth2/gocardless/callback`</li>
          <li><strong>Scope</strong> - Choose `read_write` for full access or `read_only` for read-only operations</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy Credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>After creating the app, copy the <strong>Client ID</strong> and <strong>Client Secret</strong>. Store them securely.</p>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>GoCardless</strong>:

<Steps>
  <Step title="Navigate to Connector Profiles">
    Login to StackOne and navigate to [Connector Profiles](https://app.stackone.com/connector_profiles)
  </Step>

  <Step title="Create New Connector Profile">
    <ul>
      <li>Click <strong>+ Connector Profile</strong></li>
      <li>Search for and select <strong>GoCardless</strong></li>
      <li>Select <strong>Type</strong> as <strong>OAuth 2.0</strong></li>

      <li>
        Fill out the fields using details retrieved from your provider:

        <ul style={{ marginLeft: '20px' }}>
          <li><strong>Client ID</strong></li>
          <li><strong>Client Secret</strong></li>
          <li><strong>Scope</strong> (Optional)</li>
        </ul>
      </li>

      <li>(Optional) Select <strong>Actions</strong> to be enabled for this Connector Profile</li>
      <li>Click <strong>Create profile</strong></li>
    </ul>
  </Step>
</Steps>

Congratulations! The new Connector Profile will now show up in your project ready to be used. You can now continue to <a href="/guides/accounts-section#linking-accounts">Link Accounts</a> for <strong>GoCardless</strong>.
