Skip to main content
{
    "id": "inv_x1QYytVkSXm5EPAsZCFVnnEW4DSSkY8K",
    "object": "invoice",
    "amount_due": 2500,
    "amount_paid": null,
    "created": "2026-05-02T00:40:50.892Z",
    "currency": "eur",
    "description": null,
    "due_date": "2026-05-09T00:41:23.968Z",
    "fleet": "flt_FCnMkyIiidV4Go6AyA3EkQ8J3to4PYip",
    "line_items": [
        {
            "amount": 1842,
            "description": "Charging sessions for March 2026",
            "quantity": 1,
            "unit_amount": 1842
        },
        {
            "amount": 658,
            "description": "Reservation fees",
            "quantity": 2,
            "unit_amount": 329
        }
    ],
    "metadata": {},
    "paid_at": null,
    "payment_method": null,
    "period_end": "2026-05-02T00:41:19.481Z",
    "period_start": "2026-04-01T00:41:30.118Z",
    "status": "draft"
}
{
    "id": "inv_x1QYytVkSXm5EPAsZCFVnnEW4DSSkY8K",
    "object": "invoice",
    "amount_due": 2500,
    "amount_paid": null,
    "created": "2026-05-02T00:40:50.892Z",
    "currency": "eur",
    "description": null,
    "due_date": "2026-05-09T00:41:23.968Z",
    "fleet": "flt_FCnMkyIiidV4Go6AyA3EkQ8J3to4PYip",
    "line_items": [
        {
            "amount": 1842,
            "description": "Charging sessions for March 2026",
            "quantity": 1,
            "unit_amount": 1842
        },
        {
            "amount": 658,
            "description": "Reservation fees",
            "quantity": 2,
            "unit_amount": 329
        }
    ],
    "metadata": {},
    "paid_at": null,
    "payment_method": null,
    "period_end": "2026-05-02T00:41:19.481Z",
    "period_start": "2026-04-01T00:41:30.118Z",
    "status": "draft"
}
This object represents an invoice in Charge. It records billed items, totals, payment state, and the billing period it covers.

Attributes

id
string
Unique identifier for the object.
amount_due
integer | null
Total amount due on the invoice, in the smallest currency unit.
currency
string
ISO 4217 three-letter currency code.
fleet
string | null
ID of the fleet billed by this invoice, if the invoice is scoped to a fleet.
line_items
array of object | null
Array of individual line items included in the invoice.
payment_method
string | null
ID of the payment method used to pay the invoice, if applicable.
status
string | null
Current status of the invoice.Available options: draft, open, paid, overdue, void

More attributes

object
string
String representing the object’s type.
amount_paid
integer | null
Total amount paid toward the invoice.
created
string
Time at which the invoice was created. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
description
string | null
Optional memo or description shown on the invoice.
due_date
string | null
Time when the invoice is due. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
metadata
object
Set of key-value pairs that you can attach to an object.
paid_at
string | null
Time when the invoice was fully paid, if applicable. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
period_end
string | null
End of the billing period this invoice covers. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
period_start
string | null
Start of the billing period this invoice covers. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.