BankAccounts

Columns

Name

Type

ReadOnly

References

Description

Id [KEY]

String

True

The id for the bank account.

CustomerId [KEY]

String

True

The customer id this account belongs to.

Account

String

False

The account id.

AccountHolderName

String

False

The name of the person or business that owns the bank account..

AccountHolderType

String

False

The type of entity that holds the account.

AccountNumber

String

False

The type of entity that holds the account.

BankName

String

False

Name of the bank associated with the routing number.

Country

String

False

Two-letter ISO code representing the country the bank account is located in.

Currency

String

False

Three-letter ISO currency code representing the currency paid out to the bank account.

DefaultForCurrency

Boolean

False

This indicates whether or not this bank account is the default external account for its currency.

Fingerprint

String

True

Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.

Last4

String

True

Last 4 digits of the bank account.

RoutingNumber

String

False

The routing transit number for the bank account.

Status

String

True

The status of the account.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name

Type

Description

Token

String

The token ID

AccountId

String

The Id of the connected account to get back accounts for

Last updated