IPWorks OFX 2020 Python Edition

Questions / Feedback?

get_statement Method

Downloads statement for a credit card account.

Syntax

def get_statement() -> None: ...

Remarks

This method generates the Signon and Credit Card Statement request page, submits it to the financial institution via secure HTTPS Post, and receives and parses the bank statement.

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

Individual transactions are downloaded with the statement. You may constrain this transaction list by setting the start_date and end_date properties. The server will use default values if no dates are supplied.

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

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