plaid/plaid-python

AttributeError: module 'plaid' has no attribute 'LinkTokenCreateRequestUser'

surabhigupta2029 opened this issue · 1 comments

Hello!

I am building a web app and using Flask as my backend to make the Plaid API calls.
But, I keep getting the attribute error when trying to use my create_link_token path.

I feel like something is wrong with my ports assigned for frontend and backend, however I am not sure.

image

image

Flask code

image

React code

image

@surabhigupta2029 I think the issue is in your Flask code -- are you still having trouble with this? If so, try using the example from the test suite:

https://github.com/plaid/plaid-python/blob/master/tests/integration/test_link_token.py

once you've gotten that working, you can tweak it for your use case. Let us know if this fixes it or if you're still having problems!