Stripe로 돌아가기
Knoon AI를 Stripe과 연결하여 AI 워크플로우를 자동화하세요.
Search Stripe subscriptions with a query string.
stripeDefaultSearchSubscriptions
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| query | mustache | Search query (e.g. "status:\"active\" AND metadata[\"plan\"]:\"gold\""). | 네 |
| limit | mustache | Optional max number of subscriptions to return (1-100). Defaults to 10. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| id | string | Subscription ID. |
| status | string | Subscription status. |
| currentPeriodEnd | string | Current period end time (ISO). |
| cancelAtPeriodEnd | boolean | Whether the subscription is set to cancel at period end. |