Quay lại Stripe
Kết nối Knoon AI với Stripe để tự động hóa các quy trình làm việc AI.
List Stripe invoices, optionally filtered by customer, status, subscription, or collection method.
stripeDefaultListInvoices
BẢN THỬ NGHIỆM
Nội bộ
Quyền hạn
Không có mục nào để hiển thị.
Quyền hạn tùy chọn
Không có mục nào để hiển thị.
Tham số
| Tên | Loại | Mô tả | Bắt buộc |
|---|---|---|---|
| customerId | mustache | Optional Stripe customer ID. | Không |
| status | mustache | Optional invoice status (draft, open, paid, uncollectible, or void). | Không |
| subscriptionId | mustache | Optional Stripe subscription ID. | Không |
| collectionMethod | mustache | Optional collection method (charge_automatically or send_invoice). | Không |
| limit | mustache | Optional max number of records to return (1-100). Defaults to 10. | Không |
Trả về
| Tên | Loại | Mô tả |
|---|---|---|
| id | string | Invoice ID. |
| status | string | Invoice status. |
| customerId | string | Stripe customer ID. |
| subscriptionId | string | Stripe subscription ID when available. |
| paymentIntentId | string | Payment intent ID when available. |
| collectionMethod | string | Invoice collection method. |
| amountDue | number | Amount due. |
| amountPaid | number | Amount paid. |
| amountRemaining | number | Amount remaining. |
| currency | string | Invoice currency. |
| hostedInvoiceUrl | string | Hosted invoice URL when available. |
| invoicePdf | string | Invoice PDF URL when available. |
| number | string | Invoice number. |
| dueDate | string | Invoice due date (ISO). |
| createdAt | string | Invoice creation time (ISO). |
| finalizedAt | string | Invoice finalization time (ISO) when available. |
| paidAt | string | Invoice paid time (ISO) when available. |
| voidedAt | string | Invoice voided time (ISO) when available. |