Interface BankAccountCreateParams

Export

BankAccountCreateParams

Hierarchy

  • BankAccountCreateParams

Properties

account_holder_name: string

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

Memberof

BankAccountCreateParams

account_number: string

The account number for the bank account, in string form.

Memberof

BankAccountCreateParams

bank_name?: string

Name of the financial institution.

Memberof

BankAccountCreateParams

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

Memberof

BankAccountCreateParams

phone?: string

Phone number for the financial institution

Memberof

BankAccountCreateParams

routing_number: string

The US bank account routing number.

Memberof

BankAccountCreateParams

The bank account type

Memberof

BankAccountCreateParams

Generated using TypeDoc