# Add an Intuit payment gateway account

This topic describes how to add an Intuit payment gateway to Rebilly.

1. Configure Intuit:
  1. [Login to Intuit](https://developer.intuit.com/app/developer/dashboard).
  2. In the top right of the page, press **Dashboard**.
  3. Select an app.
  4. In the left navigation bar, in the **Development** section, press **Keys & OAuth**.
  5. In the **Keys** section, take note of the **Client ID** and **Client secret** values.
  6. In the **Redirect URIs** section, add the following redirects:
    - `https://hook-sandbox.rebilly.com/intuit/return/`
    - `https://hook.rebilly.com/intuit/return/`
  7. Press **Save**.
2. Configure Rebilly:
  1. [Log in to Rebilly](https://app-sandbox.rebilly.com/login).
  2. Select an environment: In the top right corner of the page, press your initials, then select an environment.
  3. In the left navigation bar, press **Settings**.
  4. In the **Configuration** section, press **Gateway accounts**.
  5. Press **Add gateway account**, and then select **Intuit**.
  6. In the **Gateway account ID** field, enter a unique alphanumeric value.
Use a value that is recognizable in your reports.
This ID is used in other configuration screens, and is how this account is referenced within the API.
  7. In the **Intuit credentials** section, enter the Intuit client ID and client secret that you noted earlier.
  8. Enter your gateway account credentials.
  9. Select a payment method.
  10. Optionally, [configure advanced gateway settings](/docs/settings/set-up-a-gateway).
  11. Press **Save gateway account**.
3. Authenticate: You are redirected to Intuit to authenticate the integration.
4. Complete [test transactions](/docs/tutorials/test-transactions#test-transactions).
For applicable gateways, you can test that your credentials are correct by using the '**Check credentials**' button at the top of the page.