stripe_list_customers: Retrieve a list of Customer.

Description Usage Arguments Value

View source: R/customers.R

Description

Retrieve a list of all customers. Defaults up to 10.

Usage

1

Arguments

api_key

Your Stripe API Key

args

an optional list of arguments. 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

Value

A data frame with the Customer list if successful.


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