Type Alias CreateBankAccountTokenParams
CreateBankAccountTokenParams: { type: "BankAccount"; accountHolderName?: string; accountHolderType?: BankAcccountHolderType; accountNumber: string; country: string; currency: string; routingNumber?: string;} Type declaration
type: "BankAccount"
Optional
accountHolderName?: string
accountNumber: string
country: string
currency: string
Optional
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