Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rules/signal_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Before starting the integration, ensure the following:

- You have a [Plaid Developer Dashboard](https://dashboard.plaid.com) account.
- You have obtained your **client ID** and **Sandbox secret** from the dashboard.
- You are working in the [Sandbox environment](https://plaid.com/docs/sandbox/overview) where test credentials and institutions are available.
- You are working in the [Sandbox environment](https://plaid.com/docs/sandbox/) where test credentials and institutions are available.
- Your development environment can serve both **frontend** and **backend** logic. The backend must be able to securely manage sensitive credentials and handle API calls.
- You have applied for and received approval for Signal Transaction Scores (or have received Sandbox access while waiting for approval).

Expand Down
2 changes: 1 addition & 1 deletion rules/transfer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Follow the appropriate respective guide.

- You have a [Plaid Developer Dashboard](https://dashboard.plaid.com) account.
- You have obtained your **client ID** and **Sandbox secret** from the dashboard.
- You are working in the [Sandbox environment](https://plaid.com/docs/sandbox/overview) where test credentials and institutions are available.
- You are working in the [Sandbox environment](https://plaid.com/docs/sandbox/) where test credentials and institutions are available.
- Your development environment can serve both **frontend** and **backend** logic. The backend must be able to securely manage sensitive credentials and handle API calls.

## Step 1: Backend - Create a Link Token
Expand Down
2 changes: 1 addition & 1 deletion sandbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A Model Context Protocol server for facilitating integration with Plaid. This se

### Obtaining API Credentials

1. Sign in to your [Plaid Developer Dashboard](https://developer.plaid.com) account
1. Sign in to your [Plaid Developer Dashboard](https://dashboard.plaid.com) account
2. Navigate to **Developers** → **[Keys](https://dashboard.plaid.com/developers/keys)**
3. Locate your **sandbox credentials**.

Expand Down
Loading