Stripe に戻る

Stripe と Knoon AI を接続して 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.