Description Usage Arguments Value Examples
View source: R/application_fee_refunds.R
List all refunds associated with a specific application fee.
1  | stripe_list_application_fee_refunds(api_key, application_fee_id, args = NULL)
 | 
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 
  | 
A data frame with application fee refund object if succeeded
1 2 3  | ## Not run: stripe_list_application_fee_refunds("sk_test_BQokikJOvBiI2HlWgH4olfQ2", "fee_4cbC9iLv8PdUnk",
list(limit=3))
## End(Not run) #returns 3 refunds
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.