POST
stripe_invoices_finalize.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Finalise a draft invoice, making it open and payable. The amounts stop being editable at this point.
from charter.packs import stripe
result = await stripe.invoices_finalize.ainvoke({"invoice": ...})
| Field | Type | Description |
|---|---|---|
invoice * | string | The ID of the invoice. |
| Field | Type | Description |
|---|---|---|
autoAdvance | boolean | Whether Stripe collects the invoice automatically after finalising. False leaves it open until you act on it. |
Was this page helpful?