CreateBankAccountTokenParams: {
    type: "BankAccount";
    accountHolderName?: string;
    accountHolderType?: BankAcccountHolderType;
    accountNumber: string;
    country: string;
    currency: string;
    routingNumber?: string;
}

Creates a single-use token that represents a bank account’s details. This token can be used with any API method in place of a bank account object. See https://stripe.com/docs/api/tokens/create_bank_account

Type declaration

  • type: "BankAccount"
  • OptionalaccountHolderName?: string
  • OptionalaccountHolderType?: BankAcccountHolderType
  • accountNumber: string
  • country: string
  • currency: string
  • OptionalroutingNumber?: string
MMNEPVFCICPMFPCPTTAAATR