#teamseeds-customer-list

1 messages · Page 1 of 1 (latest)

analog oxide
#

You'd pass the parameter the same way you pass limit or any other parameter in our API const customers = await stripe.customers.list({ limit: 3, email: 'test@example.com', });