Skip to main content
{
    "id": "acct_1Ys68AQSkEx2u9QejR24oCTB5Nck3veR",
    "object": "account",
    "billing_details": {
        "billing_address": {
            "city": "Paris",
            "country": "FR",
            "line1": "10 Rue de la Paix",
            "line2": "Batiment A",
            "postal_code": "75002",
            "state": "Ile-de-France"
        }
    },
    "business_type": null,
    "contact": {
        "email": "example@example.com",
        "name": "Example",
        "phone": "+33189000010"
    },
    "created": "2026-04-01T00:34:12.489Z",
    "default_currency": "eur",
    "description": null,
    "email": "example@example.com",
    "metadata": {},
    "metric_system": "metric",
    "name": "Example Account",
    "plan": "professional",
    "preferences": {
        "billing_cycle": "monthly",
        "default_currency": "eur",
        "default_payment_method": null,
        "notifications": true,
        "report_frequency": "weekly",
        "reporting_enabled": true
    },
    "registration_number": null,
    "status": "active",
    "type": "business",
    "updated": "2026-04-01T02:34:06.174Z",
    "wallet_balance": 42850
}
{
    "id": "acct_1Ys68AQSkEx2u9QejR24oCTB5Nck3veR",
    "object": "account",
    "billing_details": {
        "billing_address": {
            "city": "Paris",
            "country": "FR",
            "line1": "10 Rue de la Paix",
            "line2": "Batiment A",
            "postal_code": "75002",
            "state": "Ile-de-France"
        }
    },
    "business_type": null,
    "contact": {
        "email": "example@example.com",
        "name": "Example",
        "phone": "+33189000010"
    },
    "created": "2026-04-01T00:34:12.489Z",
    "default_currency": "eur",
    "description": null,
    "email": "example@example.com",
    "metadata": {},
    "metric_system": "metric",
    "name": "Example Account",
    "plan": "professional",
    "preferences": {
        "billing_cycle": "monthly",
        "default_currency": "eur",
        "default_payment_method": null,
        "notifications": true,
        "report_frequency": "weekly",
        "reporting_enabled": true
    },
    "registration_number": null,
    "status": "active",
    "type": "business",
    "updated": "2026-04-01T02:34:06.174Z",
    "wallet_balance": 42850
}
This object represents an account in Charge. Use it to manage drivers, vehicles, payment methods, charging activity, invoices, and reports under one business entity.

Attributes

id
string
Unique identifier for the object.
default_currency
string
Three-letter ISO currency code for default billing and pricing.
email
string | null
Email address associated with the account (may duplicate contact.email).
name
string | null
Display name or registered name of the account.
plan
string
Subscription or feature plan assigned to the account.
preferences
object
Settings for billing, notifications, and reporting.
type
string
Type of account.

More attributes

object
string
String representing the object’s type.
billing_details
object
Billing information used for invoicing and reports.
business_type
string | null
Type of legal entity associated with the account.
contact
object
Primary contact person for the account.
created
string
Time at which the account was created. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
description
string | null
Optional description or label for the account.
metadata
object
Set of key-value pairs that you can attach to an object.
metric_system
string | null
Preferred measurement system.
registration_number
string | null
Government-issued registration number (for businesses).
status
string
Current operational status of the account.Available options: active, suspended, archived
updated
string
Time at which the account was last updated. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
wallet_balance
integer
Current account wallet balance in the smallest currency unit.