Retour à Stripe
Connecter Knoon AI avec Stripe pour automatiser les flux de travail AI.
Update a Stripe invoice item.
stripeDefaultUpdateInvoiceItem
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 |
|---|---|---|---|
| invoiceItemId | mustache | Stripe invoice item ID (e.g. "ii_12345"). | Oui |
| payload | mustache | JSON payload string to send to Stripe (for example amount, description, metadata, period, price, or quantity). | Oui |
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). |