2.4 KiB
2.4 KiB
BillingUpdateInvoice
Invoice details if an invoice was created. Only present when a charge was made.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
status |
Nullable[str] | ✔️ | The status of the invoice (e.g., 'paid', 'open', 'draft'). |
stripe_id |
str | ✔️ | The Stripe invoice ID. |
total |
float | ✔️ | The total amount of the invoice in cents. |
currency |
str | ✔️ | The three-letter ISO currency code (e.g., 'usd'). |
hosted_invoice_url |
Nullable[str] | ✔️ | URL to the hosted invoice page where the customer can view and pay the invoice. |