IPWorks OFX 2020 Python Edition

Questions / Feedback?

get_info Method

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

Syntax

def get_info() -> None: ...

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 last_update should be provided as well. For each account, there is one acc_aggregate returned.

The following read-only properties are populated as a result of parsing account information response:

If the last_update 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 Python Edition - Version 20.0 [Build 7941]