العودة إلى Stripe
اتصل بـ Knoon AI مع Stripe لأتمتة تدفقات عمل الذكاء الاصطناعي.
Search Stripe customers with a query string.
stripeDefaultSearchCustomers
بيتا
داخلي
الأذونات
لا توجد عناصر للعرض.
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| query | mustache | Search query (e.g. "email:\"buyer@example.com\""). | نعم |
| limit | mustache | Optional max number of customers to return (1-100). Defaults to 10. | لا |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| id | string | Customer ID. |
| string | Customer email when available. | |
| name | string | Customer name when available. |
| phone | string | Customer phone when available. |
| currency | string | Default currency when available. |
| balance | number | Customer balance. |
| delinquent | boolean | Whether the customer is delinquent. |
| createdAt | string | Customer creation time (ISO). |