Create a transaction
Response
A Transaction represents a finalized financial event related to a charging session, such as a charge, refund, or adjustment. Transactions are linked to a driver, session, and payment method.
Unique identifier for the transaction object.
null
String representing the object’s type. Always transaction
.
null
Total amount of the transaction in the smallest currency unit (e.g., cents).
null
ID of the charging session associated with this transaction.
null
Time at which the transaction was created.
null
ISO 4217 currency code used for this transaction (e.g., usd
).
null
Optional human-readable description of the transaction.
null
ID of the driver associated with the transaction.
null
ID of the payment method used for the transaction.
null
Current status of the transaction.
succeeded
, failed
, pending
null
Type of financial event recorded (e.g., charge
, refund
).
charge
, refund
, adjustment
null
ID of the vehicle linked to the transaction.
null