Learn R Programming

RStripe (version 0.1)

stripe_list_coupons: List all coupons.

Description

List all the coupons currently in your account.

Usage

stripe_list_coupons(api_key, args = NULL)

Arguments

api_key
Your Stripe API Key
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 all the coupons.

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