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

# Braintree OAuth 2.0 connector profile – StackOne setup guide

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

<Warning>OAuth is in closed beta for production. You must contact Braintree/PayPal sales to request production access. Sandbox is open beta.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Create OAuth Application</h2>

  <p>Register an OAuth application in the Braintree Control Panel.</p>

  <Steps>
    <Step title="Access OAuth Settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Navigate to the OAuth application settings.</p>

        <ul>
          <li>Log in to the <a href="https://sandbox.braintreegateway.com/login" target="_blank" rel="noopener noreferrer">Braintree Control Panel</a></li>
          <li>Click the <strong>gear icon</strong> in the top right corner</li>
          <li>Select <strong>OAuth</strong> from the dropdown menu</li>
          <li>Navigate to the <strong>OAuth Apps</strong> tab</li>
          <li>Click <strong>Create Application</strong></li>
        </ul>
      </div>
    </Step>

    <Step title="Configure Redirect URL and Scopes">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Set up the callback URL and requested scopes.</p>

        <ul>
          <li>Enter the app <strong>Display Name</strong> and <strong>Website URL</strong></li>
          <li>Upload a <strong>Logo Image</strong> (PNG or JPG, minimum 200px x 200px)</li>
          <li>Add the <strong>Redirect URL</strong>: `https://api.stackone.com/connect/oauth2/braintree/callback`</li>
          <li>Select the required <strong>Scopes</strong> for your integration</li>
          <li>Save the application and copy the <strong>Client ID</strong> and <strong>Client Secret</strong></li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Braintree</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>Braintree</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>Scopes</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>Braintree</strong>.
