stripe_list_transfers: List Transfers.

Description Usage Arguments Value

View source: R/transfers.R

Description

List all the Bank Accoun transfers for the account.

Usage

1

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


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