Stripe로 돌아가기

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

Fetch a Stripe subscription by ID and return its status and billing period.
stripeDefaultRetrieveSubscription
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
이름유형설명필수
subscriptionIdmustache Stripe subscription ID (e.g. "sub_12345").
반환값
이름유형설명
idstring Subscription ID.
statusstring Subscription status (e.g. active, canceled).
customerIdstring Stripe customer ID.
currentPeriodStartstring Current period start time (ISO).
currentPeriodEndstring Current period end time (ISO).
cancelAtPeriodEndboolean Whether the subscription is set to cancel at period end.
cancelAtstring Scheduled cancel time (ISO) when set.
canceledAtstring Cancellation time (ISO) when canceled.
trialEndstring Trial end time (ISO) when set.
latestInvoiceIdstring Latest invoice ID when available.
items.idstring Subscription item ID.
items.priceIdstring Price ID for the item.
items.productIdstring Product ID for the item.
items.quantitynumber Item quantity.