Back to Stripe

Connect Knoon AI with Stripe to automate AI workflows.

Create a Stripe invoice.
stripeDefaultCreateInvoice
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
payloadmustache JSON payload string to send to Stripe (e.g. {"customer": "cus_12345", "collection_method": "send_invoice", "days_until_due": "30"}).Yes
Returns
NameTypeDescription
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.