Am using the yodlee integration in my site. I have used the "executeUserSearchRequest" api call to perform search action based on the user details.
i have analyzed the documentation of yodlee in the below link for the param properties. Am not clear in the option of using user input. transactionSearchRequest.userInput in the documentation.
What are the possible values i can pass through the transactionSearchRequest.userInput to restrict the search action. I have given the bank names in the user input but there is no changes in the retrived result.
NOTE: i have made the option of "transactionSearchRequest.ignoreUserInput"=>'false' to perform the search based on the given user input value.
Any help would be welcomed. Thanks in advance.