Interface BLEBankAccount

Export

BLEBankAccount

Hierarchy

  • BLEBankAccount

Properties

account_holder_name?: string

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

Memberof

BLEBankAccount

account_number: string

This is the bank account number

Memberof

BLEBankAccount

bank_name?: string

Name of the financial institution.

Memberof

BLEBankAccount

routing_number: string

The routing number, sort code, or other country-appropriate institution number for the bank account. For US bank accounts, this is required and should be the 9-digit ACH routing number, not the wire routing number. For CA bank accounts, combine the transit and institution numbers to create a full routing number (for example, if transit = 12345 and institution = 678, then routing_number = 12345678).

Memberof

BLEBankAccount

The bank account type

Memberof

BLEBankAccount

Generated using TypeDoc