Skip to main content
{
    "id": "pm_1L2SwaqDAeDmaC1UrDyu9aOOQ0SO2nm3",
    "object": "payment_method",
    "bank_account": null,
    "billing_details": {
        "address": {
            "city": "Paris",
            "country": "FR",
            "line1": "10 Rue de la Paix",
            "line2": "Batiment A",
            "postal_code": "75002",
            "state": "Ile-de-France"
        },
        "email": "example@example.com",
        "name": "Example",
        "phone": "+33189000023"
    },
    "card": {
        "brand": "visa",
        "exp_month": 12,
        "exp_year": 2030,
        "fingerprint": "fp_card_example",
        "last4": "4242"
    },
    "created": "2026-04-01T00:10:56.540Z",
    "driver": null,
    "fleet": "flt_STpixc0H52WdIXZ4SeWaj9N4ekAbZUsS",
    "type": "card",
    "wallet": null
}
{
    "id": "pm_1L2SwaqDAeDmaC1UrDyu9aOOQ0SO2nm3",
    "object": "payment_method",
    "bank_account": null,
    "billing_details": {
        "address": {
            "city": "Paris",
            "country": "FR",
            "line1": "10 Rue de la Paix",
            "line2": "Batiment A",
            "postal_code": "75002",
            "state": "Ile-de-France"
        },
        "email": "example@example.com",
        "name": "Example",
        "phone": "+33189000023"
    },
    "card": {
        "brand": "visa",
        "exp_month": 12,
        "exp_year": 2030,
        "fingerprint": "fp_card_example",
        "last4": "4242"
    },
    "created": "2026-04-01T00:10:56.540Z",
    "driver": null,
    "fleet": "flt_STpixc0H52WdIXZ4SeWaj9N4ekAbZUsS",
    "type": "card",
    "wallet": null
}
This object represents a payment method in Charge. Use it to store reusable payment details for charging sessions, reservations, and invoices.

Attributes

id
string
required
Unique identifier for the object.
billing_details
object
Billing information associated with the payment method.
driver
string | null
ID of the attached driver, if any.
fleet
string | null
ID of the attached fleet, if any.
type
string
required
Type of payment method.Available options: bank_account, card, wallet

More attributes

object
string
required
String representing the object’s type.
bank_account
object | null
Present when type is bank_account.
card
object | null
Present when type is card.
created
string
required
Time at which the payment method was created. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
wallet
object | null
Present when type is wallet.