Banking connections

Show:

BANKING_ACCOUNT_BIC

Varchar(11) default null

Account BIC

BANKING_ACCOUNT_CREATEDAT

Datetime

Creation date

BANKING_ACCOUNT_CURRENCY

Int(11)

Currency.

cf. key id for JSON response data.setting.currency of API /application/dictionary


Default: 0

BANKING_ACCOUNT_CURRENCY_LABEL

Varchar(100)

Currency label backup value


Default: ''

BANKING_ACCOUNT_CURRENCY_SYMBOL

Varchar(5)

Currency symbol backup value


Default: ''

BANKING_ACCOUNT_DISABLED

Boolean

Is the sync active

BANKING_ACCOUNT_DISPLAY

Boolean

Is the account displayable

BANKING_ACCOUNT_ERROR

Varchar(250)

Error if present


Default: null

BANKING_ACCOUNT_IBAN

Varchar(34)

Account IBAN

BANKING_ACCOUNT_NAME

Varchar(250)

Account name

BANKING_ACCOUNT_PROVIDER_CONNECTION_ID

Varchar(100)

Unique identifier from the provider for the connection.

BANKING_ACCOUNT_PROVIDER_ID

Varchar(100)

Unique identifier from the provider.

BANKING_ACCOUNT_PROVIDER_ID

Varchar(100)

Unique identifier from the provider.

BANKING_ACCOUNT_TITLE

Varchar(250)

Account custom name

ID_BANKING_ACCOUNT

Int(11)

Unique identifier.

ID_BANKING_CONNECTION

Int(11)

Unique identifier the linked connection.