stripe_create_transfer: Create a transfer to Stripe.

Description Usage Arguments Value

View source: R/transfers.R

Description

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

Usage

1

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


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