Learn R Programming

RStripe (version 0.1)

stripe_create_transfer: Create a transfer to Stripe.

Description

Create a new transfer that will be first marked as pending.

Usage

stripe_create_transfer(api_key, args)

Arguments

api_key
Your Stripe API Key
args
A list of arguments
amount
required Amount for transfer.

currency
required The 3-letter currency.

recipient
required The recipient id of the transfer.

description
optional The description of the transfer.

metadata
optional A list which can contain anything to further describe.

bank_account
optional The bank to transfer money to. Include this, card, or neither.

card
optional The card to transfer the money to. Include either Bank Account Card, or neither.

statement_description
optional 15 character description to appear on statement.

Value

A data frame with transfer information