חזרה אל Stripe
התחבר ל-Knoon AI עם Stripe כדי לאוטומטי תהליכי עבודה של AI.
Create a Stripe invoice item.
stripeDefaultCreateInvoiceItem
בטא
פנימי
הרשאות
אין פריטים להצגה.
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| payload | mustache | JSON payload string to send to Stripe (e.g. {"customer": "cus_12345", "amount": "1099", "currency": "usd", "description": "Consulting"}). | כן |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| 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). |