Retour à Stripe
Connecter Knoon AI avec Stripe pour automatiser les flux de travail AI.
List Stripe invoice items.
stripeDefaultListInvoiceItems
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| customerId | mustache | Optional Stripe customer ID. | Non |
| invoiceId | mustache | Optional Stripe invoice ID. | Non |
| pending | mustache | Optional boolean string to filter pending invoice items ("true" or "false"). | Non |
| limit | mustache | Optional max number of records to return (1-100). Defaults to 10. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| id | string | Invoice item ID. |
| amount | number | Invoice item amount. |
| currency | string | Invoice item currency. |
| customerId | string | Stripe customer ID. |
| invoiceId | string | Stripe invoice ID when set. |
| description | string | Invoice item description. |
| discountable | boolean | Whether discounts can apply to the invoice item. |
| quantity | number | Invoice item quantity. |
| createdAt | string | Invoice item creation time (ISO). |