Learn R Programming

RStripe (version 0.1)

stripe_update_recipient: Update a recipient on Stripe.

Description

Update or add information about a recipient on stripe.

Usage

stripe_update_recipient(api_key, recipient_id, args)

Arguments

api_key
Your Stripe API Key
recipient_id
The id for the recipient you want to update.
args
A list that can contain
name
optional The legal name of recipient.

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.

default_card
optional The default card to sue.

Value

A data frame with recipient information