stripe_list_charges: List all charges.

Description Usage Arguments Value

View source: R/charges.R

Description

List all charges conducted in a time frame or on customer. Limits to 10 originally.

Usage

1

Arguments

api_key

Your Stripe API Key

args

an optional list that can include customer,

customer

optional A customer id to show only their charges.

ending_before

optional An id to show the ones before this item.

limit

optional The limit to show. Can be 1 to 100. Default is 10.

starting_after

optional An id to show the ones starting after this item.

Value

Returns a data frame with all customer charges. 10 if no limit specified.


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