stripe_list_subscriptions: List Subscriptions

Description Usage Arguments Value

View source: R/subscriptions.R

Description

List all the subscriptions currently acted on a customer.

Usage

1
stripe_list_subscriptions(api_key, customer_id, args = NULL)

Arguments

api_key

Your Stripe API Key

customer_id

The id of the customer with the subscriptions.

args

an optional list that 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 subscriptions information


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