stripe_create_invoice
Create invoices for Stripe customers with custom line items, amounts, and due dates. Optionally finalize and send automatically.
Instructions
Create and optionally finalize/send an invoice for a Stripe customer. Add line items with descriptions and amounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Internal memo or note | |
| items | Yes | Invoice line items | |
| auto_send | No | Automatically finalize and send the invoice. Default: false | |
| customer_id | Yes | Stripe Customer ID (cus_...) | |
| days_until_due | No | Number of days until invoice is due. Default: 30 |