Back to Stripe

Connect Knoon AI with Stripe to automate AI workflows.

Search Stripe customers with a query string.
stripeDefaultSearchCustomers
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
querymustache Search query (e.g. "email:\"buyer@example.com\"").Yes
limitmustache Optional max number of customers to return (1-100). Defaults to 10.No
Returns
NameTypeDescription
idstring Customer ID.
emailstring Customer email when available.
namestring Customer name when available.
phonestring Customer phone when available.
currencystring Default currency when available.
balancenumber Customer balance.
delinquentboolean Whether the customer is delinquent.
createdAtstring Customer creation time (ISO).