Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows for pre-matched RUX (Returning User Experience) #56

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

DylanAttal
Copy link

@DylanAttal DylanAttal commented Jul 7, 2021

Adds LegalName, PhoneNumber, PhoneNumberVerifiedTime, EmailAddress, and EmailAddressVerifiedTime to User and CreateLinkTokenRequest so that users who have already been verified through a financial institution can proceed through Plaid's new Returning User Experience.

See the related docs here: https://plaid.com/docs/link/returning-user and https://plaid.com/docs/api/tokens/#linktokencreate

@viceroypenguin
Copy link
Contributor

@DylanAttal FYI: For the Returning User Experience, the new fields are not added to CreateLinkTokenRequest. They are added to the user object on CreateLinkTokenRequest. The changes here to CreateLinkTokenRequest are unnecessary; only the ones for the User object.

Also, if you want to use this now, you can check Going.Plaid, which has these fields already. (see here).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants