GetStatement Method
Download a bank statement.
Object Oriented Interface
public function doGetStatement();
Procedural Interface
inebank_bankstatement_do_getstatement($res);
Remarks
This function generates the Signon and Bank Statement request page, submits it to the financial institution via secure HTTPS Post, receives and parses the bank statement. Individual transactions are downloaded with the 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)
- BankId (required)
- AccountId (required)
- AccountType (required)
You may constrain this transaction list by setting the StartDate and EndDate properties. The server will use default values if no dates are supplied.
If you want the server to return image references for each transaction, and if the server supports this service, you will have to set the IncludeImages to True.
The following read-only properties are populated as a result of parsing the statement response: