Skip to content

Commit

Permalink
Merge pull request #20 from plaid/adh-update-idv-quickstart
Browse files Browse the repository at this point in the history
updates to idv quickstart
  • Loading branch information
phoenixy1 authored Dec 4, 2024
2 parents 7cdf3f5 + d678a51 commit 5046566
Show file tree
Hide file tree
Showing 6 changed files with 637 additions and 470 deletions.
12 changes: 8 additions & 4 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ PLAID_SECRET=
PLAID_ENV=sandbox


# The Identity Verification Integration ID
# The Identity Verification template ID
# In some cases this might begin with `flwtmp`
TEMPLATE_ID=idvtmp_123456789abcdef

# An Integration ID to use if you wish to try the "server only" flow. This
# needs to have SMS verification disabled and use only the Lightning Flow
LIGHTNING_ONLY_NO_SMS_ID=idvtmp_987654321fedcba
# A template ID to use if you wish to try the "server only" flow. This
# needs to have SMS verification disabled and use only the Data Source flow
#
# If you're following the video tutorial: This field was previously labeled
# LIGHTNING_ONLY_NO_SMS_ID; Lightning Verification has been renamed to
# Data Source Verification
DATA_SOURCE_ONLY_NO_SMS_ID=idvtmp_234567890abcdef
Loading

0 comments on commit 5046566

Please sign in to comment.