IPWorks OFX 2020 Python Edition

Questions / Feedback?

get_closing_info Method

Download a statement closing information for a bank account.

Syntax

def get_closing_info() -> None: ...

Remarks

This function generates the Signon and Loan Statement Closing Information request page, submits it to the financial institution via secure HTTPS Post, receives and parses the closing loan statement information (that typically appears as part of a paper statement).

This information includes opening and closing dates and balances for a statement period, as well as a detailed breakdown of debits, credits, fees, and interest that are usually part of a paper statement. In addition to this information, you will also receive a date range for transactions that correspond to the closing statement. You can use this date range to retrieve transactions through statement download request (by calling the get_statement method).

The following properties should be set when this method is called:

The client can also specify a date range (by setting the start_date and end_date properties) to limit the number of closing information aggregates that the server returns. If the client does not specify a date range, the server returns as many closing information aggregates as it can (which will be stored in closing_details).

If you want the server to return an image reference for each loan statement closing information, and if the server supports this service, you will have to set the include_images to True.

The following read-only properties are populated as a result of parsing the statement response:

Note: Loan Statement Closing Information Download is supported only in OFX Versions 2.1.0 and 2.1.1. If your FI does not support this OFX version, then you will not be able to use this method.

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