Stripe로 돌아가기

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

Pay a Stripe invoice.
stripeDefaultPayInvoice
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
이름유형설명필수
invoiceIdmustache Stripe invoice ID (e.g. "in_12345").
payloadmustache Optional JSON payment payload string to send to Stripe.아니요
반환값
이름유형설명
idstring Invoice ID.
statusstring Invoice status.
customerIdstring Stripe customer ID.
subscriptionIdstring Stripe subscription ID when available.
paymentIntentIdstring Payment intent ID when available.
collectionMethodstring Invoice collection method.
amountDuenumber Amount due.
amountPaidnumber Amount paid.
amountRemainingnumber Amount remaining.
currencystring Invoice currency.
hostedInvoiceUrlstring Hosted invoice URL when available.
invoicePdfstring Invoice PDF URL when available.
numberstring Invoice number.
dueDatestring Invoice due date (ISO).
createdAtstring Invoice creation time (ISO).
finalizedAtstring Invoice finalization time (ISO) when available.
paidAtstring Invoice paid time (ISO) when available.
voidedAtstring Invoice voided time (ISO) when available.