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
      • The Payment Method object
      • POST
        Create a Payment Method
      • GET
        Retrieve a Payment Method
      • GET
        List payment methods
      • DEL
        Delete a Payment Method
    • Reports
    • Reservations
    • Transactions
    • Vehicles
    • Vehicle Telemetries
    • Webhook Endpoints
    Payment Methods

    The Payment Method object

    A Payment Method represents a saved way to pay for charging sessions, such as a credit card. It can be attached to a driver, a fleet, or an account and is used during session billing or reservation fees.

    Void an invoiceCreate a Payment Method
    linkedin
    Powered by Mintlify
    Copy
    {
      "id": null,
      "object": null,
      "billing_details": {
        "address": {
          "city": null,
          "country": null,
          "line1": null,
          "line2": null,
          "postal_code": null,
          "state": null
        },
        "email": null,
        "name": null,
        "phone": null
      },
      "created": null,
      "details": {
        "brand": null,
        "last4": null,
        "exp_month": null,
        "exp_year": null
      },
      "driver": null,
      "fleet": null,
      "type": null
    }
    Assistant
    Responses are generated using AI and may contain mistakes.