stripe_list_events: List all events.

Description Usage Arguments Value

View source: R/events.R

Description

list all the events that have happened.

Usage

1

Arguments

api_key

Your Stripe API Key

args

an optional list that can include:

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

type

optional Can contain specific event name or group with '*' wildcard.

Value

Returns an event data frame containing all the eventsif valid.


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