stripe_create_account_token: Create a Bank Account Token

Description Usage Arguments Value Examples

View source: R/tokens.R

Description

Create a bank account token to schedule a transfer to a recipient.

Usage

1

Arguments

api_key

Your Stripe API Key

args

A list which must contain bank account information including

country

required Country bank account is in. Only 'US' supported.

routing_number

required routing number in string form. Not wire number.

account_number

required Account number for account. Must be checking.

Value

A data frame with the new bank account token info if successful.

Examples

1
2
3
## Not run: stripe_create_account_token("sk_test_BQokikJOvBiI2HlWgH4olfQ2",
list(card=list(country="US", routing_number="110000000", account_number="0000000014343")))
## End(Not run)

RStripe documentation built on May 2, 2019, 7:45 a.m.