Metadata lets you attach custom key-value pairs to supported Charge resources. Use it for IDs, tags, and notes from your own system that do not belong in the main object fields. Metadata is a set of key-value pairs you can attach to supported Charge objects. It lets you store your own context next to Charge data without changing the core schema. Use metadata to map Charge objects to your internal workflows. For example, a fleet integration might storeDocumentation Index
Fetch the complete documentation index at: https://docs.chargeapi.co/llms.txt
Use this file to discover all available pages before exploring further.
invoice_group, external_vehicle_id, or dispatch_job_id so operations and billing systems can reconcile records quickly.
Metadata should stay descriptive, not authoritative. If a value controls permissions, billing decisions, or lifecycle rules, keep that logic in your own system of record instead of metadata.
Metadata is returned with supported objects and included in event payloads, which makes it useful for retrieval, logging, and webhook processing. Keep keys stable and predictable over time, and never store secrets or sensitive personal data.
Some objects return metadata, and selected write endpoints accept it in the request body.

