stripe_update_transfer: Update a Transfer

Description Usage Arguments Value

View source: R/transfers.R

Description

You can update a transfer that is scheduled or has been accepted by changing description.

Usage

1
stripe_update_transfer(api_key, transfer_id, args)

Arguments

api_key

Your Stripe API Key

transfer_id

The id of the transfer you want to update

args

A list can contain

metadata

optional A list of metadata to include

description

optional A string to describe the transfer

Value

A data frame with the updated transfer info if successful.


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