Stripe로 돌아가기

Knoon AI를 Stripe과 연결하여 AI 워크플로우를 자동화하세요.

Create a Stripe invoice item.
stripeDefaultCreateInvoiceItem
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
이름유형설명필수
payloadmustache JSON payload string to send to Stripe (e.g. {"customer": "cus_12345", "amount": "1099", "currency": "usd", "description": "Consulting"}).
반환값
이름유형설명
idstring Invoice item ID.
amountnumber Invoice item amount.
currencystring Invoice item currency.
customerIdstring Stripe customer ID.
invoiceIdstring Stripe invoice ID when set.
descriptionstring Invoice item description.
discountableboolean Whether discounts can apply to the invoice item.
quantitynumber Invoice item quantity.
createdAtstring Invoice item creation time (ISO).