GetStatement Method
Downloads statement for a credit card account.
Syntax
public void getStatement();
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:
- FIId (required)
- FIOrganization (required)
- FIUrl (required)
- OFXAppId (required)
- OFXAppVersion (required)
- OFXVersion (required if 2.x OFX version is the one supported by your FI)
- OFXUser (required)
- OFXPassword (required)
- CardNumber (required)
Individual transactions are downloaded with the statement. You may constrain this transaction list by setting the StartDate and EndDate 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: