You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plaid/README.md
+21-3
Original file line number
Diff line number
Diff line change
@@ -22,18 +22,36 @@ Here are some insights that can be drawn from your Plaid dashboard:
22
22
### Configuration
23
23
24
24
Configure the Datadog endpoint to forward Plaid logs to Datadog.
25
-
1. Navigate to Plaid.
26
-
2. Add your Plaid credentials.
25
+
1. Log in to [Plaid Dashboard](https://dashboard.plaid.com/)
26
+
2. Navigate to the **Developers** section in the left pane.
27
+
3. Extend the drop-down menu and click on **Keys**
28
+
4. Obtain the client_id and Secret.
29
+
30
+
#### To obtain Access Token, follow these steps:
31
+
1.**Get institution_id from Plaid**:
32
+
Hit Plaid API **/institutions/get** endpoint to obtain institution_id. Reference [link](https://plaid.com/docs/api/institutions/#institutionsget)
33
+
2.**Create a Public Token**:
34
+
You will need to create a public token. Use the institution_id that you retrieved from Step 1 and hit **/public_token/create** endpoint. Reference [link](https://plaid.com/docs/api/sandbox/#sandboxpublic_tokencreate)
35
+
3.**Obtain the Access token**:
36
+
Now, use the public_token you obtained from Step 2 to exchange it for an access_token. Send the public_token to this **/item/public_token/** exchange . Reference [link](https://plaid.com/docs/api/items/#itempublic_tokenexchange)
37
+
38
+
39
+
4.**Store the Access Token Securely**:
40
+
41
+
27
42
28
43
| Plaid Parameters | Description |
29
44
|----------|----------|
30
45
| Client ID | Client of the Plaid account. |
31
46
| Secret | Secret of the Plaid account |
47
+
| Access Token | Access Token of the Plaid account |
48
+
32
49
33
50
34
51
## Data Collected
35
52
36
-
The crawler will implement data collection of Plaid logs for the List of Transfer events, remove sensitive data and send it to Datadog.
53
+
The crawler will implement data collection of Plaid logs for the List of Transfer events, Recurring Transfer events, Investment transactions
54
+
events and Auth metrics. Sensitive data are removed and sent to Datadog.
0 commit comments