Learn R Programming

RStripe (version 0.1)

stripe_retrieve_transfer: Retrieve a transfer

Description

You can get all the information about a pending transfer or an accepted transfer.

Usage

stripe_retrieve_transfer(api_key, transfer_id)

Arguments

api_key
Your Stripe API Key
transfer_id
The id of the transfer you want to retrieve

Value

A data frame with the transfer info if successful.