Learn R Programming

RStripe (version 0.1)

stripe_list_application_fee_refunds: List all refunds for an Application Fee.

Description

List all refunds associated with a specific application fee.

Usage

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

Run this code
## Not run: stripe_list_application_fee_refunds("sk_test_BQokikJOvBiI2HlWgH4olfQ2", "fee_4cbC9iLv8PdUnk",
# list(limit=3))## End(Not run) #returns 3 refunds

Run the code above in your browser using DataLab