{
"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
Unique identifier for the object.
Billing information associated with the payment method.
Billing address.
ISO 3166-1 alpha-2 country code.
First line of the address.
Second line of the address.
State, province, or administrative region.
Billing phone number (including extension).
ID of the attached driver, if any.
ID of the attached fleet, if any.
Type of payment method.Available options: bank_account, card, wallet
More attributes
String representing the object’s type.
Present when type is bank_account.
Two-letter ISO country code.
Three-letter ISO currency code, in lowercase.
Uniquely identifies this particular bank account.
Last four digits of the bank account number.
Verification status of the bank account.Available options: pending, verified, failed
Present when type is card.
Uniquely identifies this particular card.
Last four digits of the card number.
Time at which the payment method was created. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
Present when type is wallet.
Current wallet balance, in the smallest currency unit.
Three-letter ISO currency code, in lowercase.
Uniquely identifies this particular wallet.
Status of the wallet.Available options: active, blocked