Learn R Programming

RStripe (version 0.1)

stripe_list_transfers: List Transfers.

Description

List all the Bank Accoun transfers for the account.

Usage

stripe_list_transfers(api_key, args = NULL)

Arguments

api_key
Your Stripe API Key
args
an optional list that can contain:
ending_before
optional: An object id which will show objects before

limit
optional: A number 1 to 100 to limit the items. Default is 10

recipient
optional: The id of a recipient to limit to.

starting_after
optional: An object id which will show objects starting here

status
optional: transfers with: pending, paid, failed

Value

A data frame with transfers information