Stripe로 돌아가기

Knoon AI를 Stripe과 연결하여 AI 워크플로우를 자동화하세요.

Search Stripe customers with a query string.
stripeDefaultSearchCustomers
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
이름유형설명필수
querymustache Search query (e.g. "email:\"buyer@example.com\"").
limitmustache Optional max number of customers to return (1-100). Defaults to 10.아니요
반환값
이름유형설명
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).