IPWorks OFX 2020 Python Edition

Questions / Feedback?

acc_status Property

The status of the current account.

Syntax

def get_acc_status(acc_index: int) -> str: ...

Default Value

""

Remarks

The status of the current account. Possible values are: AVAIL, PEND, ACTIVE.

For bank or credit card accounts (i.e., when acc_service_type is BANK or CREDITCARD), the meaning of acc_status is as follows:

AVAILAvailable, but not yet requested
PENDRequested, but not yet available
ACTIVEIn use

For investment accounts (i.e., when acc_service_type is INVESTMENT), the acc_status indicates the activation status for investment statement download for the account. Possible values are the same, but the meaning is slightly different:

AVAILHave not signed up
PENDIn the process of signing up
ACTIVESigned up

The acc_index parameter specifies the index of the item in the array. The size of the array is controlled by the acc_count property.

This property is read-only.

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