# Plaid
URL: https://www.quiltt.dev/integrations/connectivity/plaid
Description: Plaid Connectivity
Navigation: integrations → connectivity → plaid
Tags: Integrations, Connectivity

## How to Get Access

For Sandbox access, you can enable the [metadata.title] integration from the **Integrations** page in the [Quiltt Dashboard](https://dashboard.quiltt.dev).

For Production access, you will need to provide your own [metadata.title] API keys.

## Configuration

To use Plaid with mobile SDKs, you must first register the Quiltt callback URL.

Plaid OAuth Note:

### Connector-specific

Your Connector's products determine which [metadata.title] products and institutions are available to your end-users. To enable or disable a particular product, use the corresponding Quiltt products on the Connector page in Dashboard.

Below is a mapping of Quiltt Products to [metadata.title] products. Configuring a product on a Connector will provision the corresponding Plaid product on any Connection that successfully exits that Connector.

| Quiltt Product                      | Plaid Product                                            | Notes |
| ----------------------------------- | -------------------------------------------------------- | ----- |
| `ACCOUNT_BALANCES_AND_TRANSACTIONS` | [Transactions](https://plaid.com/products/transactions/) | |
| `ACCOUNT_NUMBERS`                   | [Auth](https://plaid.com/products/auth/)                 | |
| `ACCOUNT_OWNERS`                    | [Identity](https://plaid.com/products/identity/)         | |
| `ACCOUNT_STATEMENTS`                | [Statements](https://plaid.com/docs/statements/)         | |
| `INVESTMENTS`                       | [Investments](https://plaid.com/products/investments/)   | |
| `LIABILITIES`                       | [Liabilities](https://plaid.com/products/liabilities/)   | Only available via Connection [Remote Data](/api/remote-data) |
| `ACCOUNT_BALANCE_REFRESHES`         | [Balance](https://plaid.com/docs/api/products/balance/)  | |

Connector Products Note:

To request advanced changes to how Connector initializes the Plaid Link widget, please contact Quiltt Support.

## Testing and Sandbox

In non-production Plaid-enabled Connectors, you can access Plaid data by connecting to any institution. If you're using the Quiltt Universal Search, select **Plaid Sandbox Bank** or **Plaid Test Bank** and choose one of the **First Platypus** portals.

### Test Logins

For OAuth flows, simply follow the instructions in **Plaid Link** to create a healthy Connection.

For Password-based flows, use the following credentials in Plaid Link:

- **Username**: `user_good`
- **Password**: `pass_good`

For more information and additional testing scenarios, please refer to Plaid's [Sandbox test credentials guide](https://plaid.com/docs/sandbox/test-credentials/).