stripe_list_coupons: List all coupons.

Description Usage Arguments Value Examples

View source: R/coupons.R

Description

List all the coupons currently in your account.

Usage

1

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

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.