POST
stripe_invoices_void.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Void a finalised invoice. This cannot be undone: correcting it afterwards means issuing another invoice or a credit note.
from charter.packs import stripe
result = await stripe.invoices_void.ainvoke({"invoice": ...})
| Field | Type | Description |
|---|---|---|
invoice * | string | The ID of the invoice. |
Was this page helpful?