Interface BankAccount

Export

BankAccount

Hierarchy

  • BankAccount

Properties

account_holder_name: string

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

Memberof

BankAccount

account_id: string

The ID of the Account associated with the bank account.

Memberof

BankAccount

bank_name?: string

Name of the bank associated with the routing number (e.g. WELLS FARGO).

Memberof

BankAccount

created_at: string

Time at which the object was created.

Memberof

BankAccount

The currency the bank account is in. Three-letter ISO currency code, in lowercase.

Memberof

BankAccount

default_for_currency: boolean

Whether this bank account is the default account for its currency.

Memberof

BankAccount

id: string

Unique identifier for the object.

Memberof

BankAccount

last4: string

The last 4 digits of the bank account number.

Memberof

BankAccount

routing_number: string

The US bank account routing number.

Memberof

BankAccount

Bank account status

Memberof

BankAccount

The bank account type

Memberof

BankAccount

updated_at: string

Time at which the object was last updated.

Memberof

BankAccount

Generated using TypeDoc