Learn R Programming

RStripe (version 0.1)

stripe_cancel_transfer: Cancel a transfer on Stripe.

Description

This will cancel a transfer that is scheduled.

Usage

stripe_cancel_transfer(api_key, transfer_id)

Arguments

api_key
Your Stripe API Key
transfer_id
The id for the tranfer you want to cancel

Value

A data frame with nothing if successful.