stripe_retrieve_transfer: Retrieve a transfer

Description Usage Arguments Value

View source: R/transfers.R

Description

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

Usage

1
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.


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