Learn R Programming

RStripe (version 0.1)

stripe_create_account_token: Create a Bank Account Token

Description

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

Usage

stripe_create_account_token(api_key, args)

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

Run this code
## Not run: stripe_create_account_token("sk_test_BQokikJOvBiI2HlWgH4olfQ2",
# list(card=list(country="US", routing_number="110000000", account_number="0000000014343")))## End(Not run)

Run the code above in your browser using DataLab