返回 Stripe

将 Knoon AI 与 Stripe 连接以自动化 AI 工作流。

List Stripe invoices, optionally filtered by customer, status, subscription, or collection method.
stripeDefaultListInvoices
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
名称类型描述必填
customerIdmustache Optional Stripe customer ID.没有
statusmustache Optional invoice status (draft, open, paid, uncollectible, or void).没有
subscriptionIdmustache Optional Stripe subscription ID.没有
collectionMethodmustache Optional collection method (charge_automatically or send_invoice).没有
limitmustache Optional max number of records to return (1-100). Defaults to 10.没有
回报
名称类型描述
idstring Invoice ID.
statusstring Invoice status.
customerIdstring Stripe customer ID.
subscriptionIdstring Stripe subscription ID when available.
paymentIntentIdstring Payment intent ID when available.
collectionMethodstring Invoice collection method.
amountDuenumber Amount due.
amountPaidnumber Amount paid.
amountRemainingnumber Amount remaining.
currencystring Invoice currency.
hostedInvoiceUrlstring Hosted invoice URL when available.
invoicePdfstring Invoice PDF URL when available.
numberstring Invoice number.
dueDatestring Invoice due date (ISO).
createdAtstring Invoice creation time (ISO).
finalizedAtstring Invoice finalization time (ISO) when available.
paidAtstring Invoice paid time (ISO) when available.
voidedAtstring Invoice voided time (ISO) when available.