Charge home pagelight logodark logo
  • Contact
  • Get API Keys
  • Get API Keys
  • Documentation
  • Blog
  • Getting Started
    • Accounts
      • The Account object
      • POST
        Create an account
      • POST
        Update an account
      • GET
        Retrieve an account
    • Charging Sessions
    • Charging Stations
    • Drivers
    • Estimations
    • Fleets
    • Invoices
    • Payment Methods
    • Reports
    • Reservations
    • Transactions
    • Vehicles
    • Vehicle Telemetries
    • Webhook Endpoints
    Accounts

    The Account object

    An Account represents a customer or organization using Charge. This may be a fleet, a mobility platform, or any entity managing vehicles, payments, and charging activity through the Charge API.

    Create an account
    linkedin
    Powered by Mintlify
    {
      "id": null,
      "object": null,
      "business_type": null,
      "billing_details": {
        "billing_address": {
          "city": null,
          "country": null,
          "line1": null,
          "line2": null,
          "postal_code": null,
          "state": null
        }
      },
      "contact": {
        "email": null,
        "name": null,
        "phone": null
      },
      "created": null,
      "default_currency": null,
      "description": null,
      "email": null,
      "metadata": null,
      "metric_system": null,
      "name": null,
      "plan": null,
      "preferences": {
        "billing_cycle": null,
        "notifications": null,
        "default_currency": null,
        "default_payment_method": null,
        "reporting_enabled": null,
        "report_frequency": null
      },
      "registration_number": null,
      "type": null,
      "updated": null,
      "wallet_balance": null
    }
    Assistant
    Responses are generated using AI and may contain mistakes.