-
Notifications
You must be signed in to change notification settings - Fork 26
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
Custom user with inflow_model
doesn't work
#7
Comments
Hi, I wasn't able to reproduce this issue, -- the However, just as a guess, one thing you might want to try is making sure that you're updating the dates on the transactions, especially if you're using the custom user object files in the repo. For example, the dates on the transactions in this repo are from 2020, so adding an inflow model that generates monthly transactions is going to push them out to a much, much, later page of results (if they even get returned at all...they might not be if Sandbox is faithfully following Plaid's 2 year limit on transaction history) when calling If that's not the issue, maybe you could share your entire custom user config file? |
Thank you for the detailed report! That is really interesting. It looks like this behavior is only happening for institutions that use an OAuth flow, which is why I couldn't reproduce it earlier. I've reported this to the engineering team, but in the meantime if you guys are planning on enabling US at some point, the easiest workaround might be to test using US institutions, since non-OAuth-using US institutions don't seem to be affected by this. |
Makes sense, we'll do that in the meantime, thanks. |
I'm trying to create a realistic user with a checking account where they would be payed by their employer. I've put together a reasonable configuration with a checking account and some transactions, but as soon as I add the
inflow_model
object, it stops working, and the fetched accounts stop being the ones I've specified (I get the typical Plaid Savings and Plaid Checking default from user_good).This is the object I'm using as inflow model:
I've tried the example on this repo an it is not working either.
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: