getInfo (method)

Identifies and describes all of the accounts accessible by the signed-on user.

Syntax

- (void)getInfo;
public func getInfo() throws -> Void

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:

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.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 iOS Edition - Version 20.0 [Build 7941]