POST
stripe_invoices_send.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Email an invoice to the customer outside the normal schedule. Test mode sends nothing but still emits the event.
from charter.packs import stripe
result = await stripe.invoices_send.ainvoke({"invoice": ...})
| Field | Type | Description |
|---|---|---|
invoice * | string | The ID of the invoice. |
Was this page helpful?