Description Usage Arguments Details Value Examples
Lists a business's customers.
| 1 | sq_list_customers(cursor = NULL, verbose = FALSE)
 | 
| cursor | character; A pagination cursor returned by a previous call to this endpoint. Typically this is not needed because functions in the package will automatically paginate results. | 
| verbose | logical; do you want informative messages? | 
Required permissions: CUSTOMERS_READ. Note, The ListCustomers 
endpoint actually doesn't list instant profiles (profiles created via Square, 
not explicitly by you).
tbl_df of customers
| 1 2 3 4 | ## Not run: 
my_customers <- sq_list_customers()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.