Documentation Index Fetch the complete documentation index at: https://docs.chargeapi.co/llms.txt
Use this file to discover all available pages before exploring further.
{
"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
Unique identifier for the object.
Three-letter ISO currency code for default billing and pricing.
Email address associated with the account (may duplicate contact.email).
Display name or registered name of the account.
Subscription or feature plan assigned to the account.
Settings for billing, notifications, and reporting. Billing cycle preference (monthly, weekly, etc.).
Preferred default currency code.
ID of the default payment method used for billing.
Whether the account receives charging session notifications.
Frequency of scheduled reports.
Whether reporting is enabled for the account.
More attributes
String representing the object’s type.
Billing information used for invoicing and reports. Physical address used for billing purposes. City, district, suburb, or town.
Two-letter ISO country code.
First line of the address.
Second line of the address.
State, county, province, or region.
Type of legal entity associated with the account.
Primary contact person for the account. Full name of the contact person.
Phone number for contact.
Time at which the account was created. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
Optional description or label for the account.
Set of key-value pairs that you can attach to an object.
Preferred measurement system.
Government-issued registration number (for businesses).
Current operational status of the account. Available options: active, suspended, archived
Time at which the account was last updated. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
Current account wallet balance in the smallest currency unit.