Skip to content

Commit b355365

Browse files
committed
Merge main into ah-update-dependencies, accepting current changes
2 parents df673df + 2b6a76e commit b355365

13 files changed

Lines changed: 483 additions & 455 deletions

.env.template

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ PLAID_CLIENT_ID=
55
PLAID_SECRET=
66

77
# Use 'sandbox' to test with fake credentials in Plaid's Sandbox environment
8-
# Use 'development' to test with real credentials while developing
9-
# Use 'production' to go live with real users
8+
# Use 'production' to use real data
9+
# NOTE: To use Production, you must set a use case for Link.
10+
# You can do this in the Dashboard under Link -> Link Customization -> Data Transparency
11+
# https://dashboard.plaid.com/link/data-transparency-v5
1012
PLAID_ENV=sandbox
1113

1214
# (Optional) A URL for the webhook receiver running on port 8001, to be used
@@ -17,4 +19,4 @@ SANDBOX_WEBHOOK_URL=https://www.example.com/server/receive_webhook
1719
# sync events already that are unrelated to this app! If so, you can set this to
1820
# a higher number to skip over some of these. Otherwise, set this to 0 to start
1921
# from the beginning.
20-
START_SYNC_NUM=0
22+
START_SYNC_NUM=0

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ we avoid too much idiomatic JavaScript. That said, you should be familiar with
1818
and
1919
[object property shorthand](https://www.geeksforgeeks.org/shorthand-syntax-for-object-property-value-in-es6/).
2020

21+
# Video tutorial guide
22+
23+
[The Plaid Transfer Quickstart Demo video](https://www.youtube.com/watch?v=A080EKpXbBQ) is the companion video guide for this Quickstart and provides a tutorial walkthrough of the code.
24+
2125
# Installation
2226

2327
We recommend having node version 18.x.x or later before attempting to run this
@@ -34,7 +38,7 @@ get access to Transfer in the Sandbox environment without needing to apply for
3438
the full product.
3539

3640
If you don't have access to Transfer, you can still follow along with this
37-
Quickstart by watching the Video Walkthrough (URL to be added later)
41+
Quickstart by watching the [Video Walkthrough](https://www.youtube.com/watch?v=A080EKpXbBQ)
3842

3943
## 2. Clone the repository
4044

0 commit comments

Comments
 (0)