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
8 changes: 4 additions & 4 deletions rules/signal_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ This guide is designed to be used for the purpose of building a sample Plaid int

Before starting the integration, ensure the following:

- You have a [Plaid Developer Dashboard](https:/dashboard.plaid.com) account.
- 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/overview) 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 All @@ -30,7 +30,7 @@ Before beginning your integration, first create a ruleset in the Plaid Dashboard

### 1.1 Access Signal Rules Dashboard

- Navigate to the [Signal Rules Dashboard](https:/dashboard.plaid.com/signal/risk-profiles) page.
- Navigate to the [Signal Rules Dashboard](https://dashboard.plaid.com/signal/risk-profiles) page.
- Toggle Sandbox mode in the top right corner.

### 1.2 Create a Ruleset
Expand All @@ -41,7 +41,7 @@ Before beginning your integration, first create a ruleset in the Plaid Dashboard

## Step 2: Backend - Create a Link Token

The Link Token is a short-lived token created server-side that configures the [Plaid Link](https:/plaid.com/docs/link) flow. This token must be generated on your backend and passed to the frontend.
The Link Token is a short-lived token created server-side that configures the [Plaid Link](https://plaid.com/docs/link) flow. This token must be generated on your backend and passed to the frontend.

### 2.1 API Endpoint

Expand Down
6 changes: 3 additions & 3 deletions rules/transfer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Follow the appropriate respective guide.

## Prerequisites

- You have a [Plaid Developer Dashboard](mdc:https:/dashboard.plaid.com) account.
- 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](mdc: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/overview) 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

The Link Token is a short-lived token created server-side that configures the [Plaid Link](mdc:https:/plaid.com/docs/link) flow. This token must be generated on your backend and passed to the frontend.
The Link Token is a short-lived token created server-side that configures the [Plaid Link](https://plaid.com/docs/link) flow. This token must be generated on your backend and passed to the frontend.

### 1.1 API Endpoint

Expand Down
Loading