Learn R Programming

RStripe (version 0.1)

stripe_list_charges: List all charges.

Description

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

Usage

stripe_list_charges(api_key, args = NULL)

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.