You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing JSON files with data on the investment_transactions array does not work. I'm trying to retrieve them later using the /investments/transactions/get endpoint and it always gives me an empty array.
Hi, I tried this out and wasn't able to reproduce the problem -- when using the custom user that you linked to, I was able to receive transaction history via /investments/transactions/get. Have you verified that you are requesting a date range that is both within the past 2 years and corresponds to the dates in the sample file?
Looks like this works if you programmatically create the public token via /sandbox/public_token/create, but does not work if you go through the Link flow. We'll look into it.
Importing JSON files with data on the
investment_transactions
array does not work. I'm trying to retrieve them later using the/investments/transactions/get
endpoint and it always gives me an empty array.I'm using a JSON file of my design, but also I tried the example on this repo (https://github.com/plaid/sandbox-custom-users/blob/main/investments/brokerage_custom_user.json), and I even tried the example code at the official docs page (https://plaid.com/docs/sandbox/user-custom/#configuring-the-custom-user-account).
Investment transactions are not being imported to Plaid through this method, or there is some problem later when retrieving them.
Help appreciated!
The text was updated successfully, but these errors were encountered: