stripe_list_application_fees: List all Application Fees.

Description Usage Arguments Value

View source: R/application_fees.R

Description

List all the application fees. Can filter by charge, date, etc.

Usage

1

Arguments

api_key

Your Stripe API Key

args

optional list that can include:

charge

optional Only return feew associated with this charge.

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 the application fees you have created that allow you to refund them.


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