Charge home pagelight logodark logo
  • Contact
  • Get API Keys
  • Get API Keys
  • API Reference
  • Website
  • Blog
  • About Us
    • How Charge Works
    • Authentication
    • Error Handling
    • Idempotency
    • Expanding Objects
    • Metadata
    API Reference
    • 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
    Copy
    {
      "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
    }
    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.

    MetadataCreate an account
    linkedin
    Powered by Mintlify
    Assistant
    Responses are generated using AI and may contain mistakes.