Charge home pagelight logodark logo
  • Contact
  • Get API Keys
  • Get API Keys
  • Documentation
  • Blog
  • Getting Started
    • Accounts
    • Charging Sessions
    • Charging Stations
    • Drivers
    • Estimations
    • Fleets
    • Invoices
      • The Invoice object
      • POST
        Create an invoice
      • POST
        Update an invoice
      • GET
        Retrieve an invoice
      • GET
        List invoices
      • GET
        List fleet’s invoices
      • POST
        Finalize an invoice
      • POST
        Pay an invoice
      • POST
        Void an invoice
    • Payment Methods
    • Reports
    • Reservations
    • Transactions
    • Vehicles
    • Vehicle Telemetries
    • Webhook Endpoints
    Invoices

    The Invoice object

    An Invoice represents a billing statement issued to an account or fleet. It contains line items, payment status, total amounts, and the billingperiod it covers.

    Delete a fleetCreate an invoice
    linkedin
    Powered by Mintlify
    Copy
    {
      "id": null,
      "object": null,
      "amount_due": null,
      "amount_paid": null,
      "created": null,
      "currency": null,
      "due_date": null,
      "line_items": null,
      "paid_at": null,
      "period_end": null,
      "period_start": null,
      "status": null
    }
    Assistant
    Responses are generated using AI and may contain mistakes.