Skip to main content

Attributes

The customer object is delivered by customer.payment_method.updated, which fires when a stored payment method changes—a lifecycle status change, a card reissue, refreshed card details, or a removed network token. See Event Types.
string
Unique identifier for the webhook event.Example: "6a608b3e-26c2-4b1c-ba4e-f199c30b584c"
enum<string>
Object type indicator.Available options: eventExample: "event"
enum<string>
Type of the webhook event.Available options: customer.payment_method.updatedSee Event Types for when it fires.Example: "customer.payment_method.updated"
string
Timestamp when the event was created.Example: "2025-06-18T10:15:30Z"
object
Event data containing the customer object.

Example payload

A card was reissued: the payment method keeps its ID, the card last4 and expiry have moved, and the network token stays active.