Skip to main content
This object represents a payment method in Charge. Use it to store reusable payment details for charging sessions, reservations, and invoices.

Attributes

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

More attributes

string
required
String representing the object’s type.
object | null
Present when type is bank_account.
object | null
Present when type is card.
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.
object | null
Present when type is wallet.