Skip to main content
{
    "id": "txn_Bn4hF4izCWt29CHG1jijO5YobJKdy8Of",
    "object": "transaction",
    "amount": 1842,
    "charging_session": "cs_JOfFUrmbtCNKK0fA5OAuGy18dxlrNSp8",
    "created": "2026-04-01T03:27:23.812Z",
    "currency": "eur",
    "description": "Charge for charging session cs_JOfFUrmbtCNKK0fA5OAuGy18dxlrNSp8",
    "driver": "drv_xCY8p1p5O6tFt0ccymP2GAQ3Mtd3qfky",
    "fleet": "flt_sAnhKFeQ0AVJkLyxdA39GAIrOzGtDFC2",
    "payment_method": "pm_9lA2pgJi9fkAiAAGBAABCIO9qASX5egE",
    "status": "succeeded",
    "type": "charge",
    "vehicle": "veh_r9o8w3cvwxvKKkBRIcoxvUCJgiUYqnhb"
}
{
    "id": "txn_Bn4hF4izCWt29CHG1jijO5YobJKdy8Of",
    "object": "transaction",
    "amount": 1842,
    "charging_session": "cs_JOfFUrmbtCNKK0fA5OAuGy18dxlrNSp8",
    "created": "2026-04-01T03:27:23.812Z",
    "currency": "eur",
    "description": "Charge for charging session cs_JOfFUrmbtCNKK0fA5OAuGy18dxlrNSp8",
    "driver": "drv_xCY8p1p5O6tFt0ccymP2GAQ3Mtd3qfky",
    "fleet": "flt_sAnhKFeQ0AVJkLyxdA39GAIrOzGtDFC2",
    "payment_method": "pm_9lA2pgJi9fkAiAAGBAABCIO9qASX5egE",
    "status": "succeeded",
    "type": "charge",
    "vehicle": "veh_r9o8w3cvwxvKKkBRIcoxvUCJgiUYqnhb"
}
This object represents a transaction in Charge. It records a finalized financial event linked to charging activity.

Attributes

id
string
Unique identifier for the object.
amount
integer
Total amount of the transaction in the smallest currency unit.
charging_session
string
ID of the charging session associated with this transaction.
currency
string
ISO 4217 currency code used for this transaction.
payment_method
string
ID of the payment method used for the transaction, if any.
status
string
Current status of the transaction.Available options: succeeded, failed, pending
type
string
Type of transaction.Available options: charge, refund, adjustment

More attributes

object
string
String representing the object’s type.
created
string
Time at which the transaction was created. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
description
string
Optional human-readable description of the transaction.
driver
string
ID of the driver associated with the transaction, if any.
fleet
string
ID of the fleet associated with the transaction, if any.
vehicle
string
ID of the vehicle associated with the transaction, if any.