POST
stripe_invoices_mark_uncollectible.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Record an invoice as bad debt. It refunds nothing and cancels nothing; it marks the invoice for accounting.
from charter.packs import stripe
result = await stripe.invoices_mark_uncollectible.ainvoke({"invoice": ...})
| Field | Type | Description |
|---|---|---|
invoice * | string | The ID of the invoice. |
Was this page helpful?