> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chargefy.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Evento payment.method.detached

> Evento payment.method.detached.

## Evento `payment.method.detached`

Disparado quando um `payment_method` deixa de ser o método padrão do customer.
A credencial salva não é apagada.

```json theme={}
{
  "id": "evt_123",
  "object": "event",
  "created_at": "2026-05-16T18:50:00Z",
  "data": {
    "object": {
      "id": "pm_123",
      "object": "payment_method",
      "billing_details": {
        "address": null,
        "email": null,
        "name": "Cliente Exemplo",
        "phone": null
      },
      "card": {
        "brand": "visa",
        "exp_month": 12,
        "exp_year": 2030,
        "last4": "4242"
      },
      "created_at": "2026-05-16T18:32:00Z",
      "customer": null,
      "livemode": true,
      "metadata": {},
      "type": "credit_card",
      "updated_at": null
    }
  },
  "livemode": true,
  "organization": "org_123",
  "request": {
    "id": null
  },
  "type": "payment.method.detached"
}
```
