Charge home pagelight logodark logo
  • Contact
  • Get API Keys
  • Get API Keys
  • Documentation
  • Blog
  • Getting Started
    • Accounts
    • Charging Sessions
    • Charging Stations
    • Drivers
    • Estimations
    • Fleets
    • Invoices
    • Payment Methods
    • Reports
    • Reservations
    • Transactions
      • The Transaction object
      • GET
        Retrieve transaction details
      • GET
        List transaction history
      • GET
        List driver’s transactions
      • GET
        List fleet’s transactions
    • Vehicles
    • Vehicle Telemetries
    • Webhook Endpoints
    Transactions

    The Transaction object

    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.

    Create a reservationRetrieve transaction details
    linkedin
    Powered by Mintlify
    Copy
    {
      "id": null,
      "object": null,
      "amount": null,
      "charging_session": null,
      "created": null,
      "currency": null,
      "description": null,
      "driver": null,
      "payment_method": null,
      "status": null,
      "type": null,
      "vehicle": null
    }
    Assistant
    Responses are generated using AI and may contain mistakes.