create_bank_token: Create a bank account token

Description Usage Arguments Details See Also

View source: R/token.R

Description

Store this token instead of bank details

Usage

1
2
create_bank_token(account_number, country, currency,
  routing_number = NULL, name = NULL, account_holder_type = NULL)

Arguments

account_number

The bank account number

country

Country of the bank

currency

Currency of the bank

routing_number

Or sort code for bank.

name

Bank account holder's full name

account_holder_type

"individual" or "company"

Details

routing_number is not required if account_number is an IBAN

See Also

Other tokens: create_card_token, get_token


MarkEdmondson1234/stripeR documentation built on Nov. 6, 2019, 3:21 p.m.