Basic Information

appmixer.stripe.core.CreateInvoice

1.0.0

Public

Creates a new invoice for a customer, which can later be finalized and paid.

Input Ports

in

FieldTypeDescription
Customer Id text The identifier of the customer to invoice.
Collection Method select Select how to collect payment.
Description text An optional description for the invoice.
Auto Advance toggle If true, the invoice will be automatically finalized and sent to the customer.
Due Date date-time The date on which payment for this invoice is due. Required if collection method is 'Send Invoice'.
Days Until Due number Number of days from when the invoice is sent until it is due. Required if collection method is 'Send Invoice' and Due Date is not provided.

Output Ports

out

FieldTypeDescription
Id -
Object -
Customer -
Status -

Full Metadata