stripe_create_recipient: Add a recipient to Stripe.

Description Usage Arguments Value

Description

Add a new recipient to your account to schedule transfers and more.

Usage

1

Arguments

api_key

Your Stripe API Key

args

A required list that must contain

name

required The legal name of recipient.

type

required put 'individual' or 'corporation'.

tax_id

optional The tax ID either 'SSN' for individual or 'EIN' for corporation

bank_account

optional token or dictionary of details.

card

optional A US Visa/Mastercard debit card to put transfer on.

email

optional Recipients email address.

description

optional Arbitrary string to describe.

metadata

optional key/value for storing information.

Value

A data frame with new recipient information


Gastrograph/RStripe documentation built on May 6, 2019, 5:33 p.m.