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

Add Auth to Link Token Create #63

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

Conversation

streamingsystems
Copy link

Hi,

Plaid recently updated their API and to enable micro deposits you need to add new fields to an "auth" array.

See this URL, specifically look for "auth_type_select_enabled" and "auth_type_select_enabled":

https://plaid.com/docs/auth/coverage/same-day/#create-a-link_token

I added an optional "auth" parameter to the Tokens constructor and, if present, I added it to the fields being sent via post .

This feature would allow me and others to utilize the new "auth" fields that are required for features provided by Plaid.

Thanks!

-Rob

@django23 django23 mentioned this pull request Nov 1, 2023
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.

1 participant