GetInfo Method
Identifies and describes all of the accounts accessible by the signed-on user.
Syntax
int GetInfo();
Remarks
This function generates the Signon and Account Information request page, submits it to the financial institution via secure HTTPS Post, receives and parses the server's response. Besides the information that is required for Signon, the LastUpdate should be provided as well. For each account, there is one AccAggregate returned.
The following read-only properties are populated as a result of parsing account information response:
- LastUpdate
- Accounts
If the LastUpdate is set to a date later than the time when the actual update occurred, the request will still be considered successful, but no account information will be returned. The server response will contain a message (such as: "Client is up-to-date", etc.), which will be stored in ServerMessage config setting.