stripe_list_application_fee_refunds: List all refunds for an Application Fee.

Description Usage Arguments Value Examples

View source: R/application_fee_refunds.R

Description

List all refunds associated with a specific application fee.

Usage

1
stripe_list_application_fee_refunds(api_key, application_fee_id, args = NULL)

Arguments

api_key

Your Stripe API Key

application_fee_id

The id for the Application Fee you want to refund

args

An optional list which 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

starting_after

optional: An object id which will show objects starting here

Value

A data frame with application fee refund object if succeeded

Examples

1
2
3
## Not run: stripe_list_application_fee_refunds("sk_test_BQokikJOvBiI2HlWgH4olfQ2", "fee_4cbC9iLv8PdUnk",
list(limit=3))
## End(Not run) #returns 3 refunds

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