Rdocumentation
powered by
Learn R Programming
RStripe (version 0.1)
stripe_update_transfer: Update a Transfer
Description
You can update a transfer that is scheduled or has been accepted by changing description.
Usage
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.