{
"customer_id": "cust_abc123",
"payment_methods": [
{
"id": "pmi_abc123",
"type": "card",
"connector_id": "conn_xxx",
"card": {
"brand": "visa",
"last4": "4242",
"exp_month": 12,
"exp_year": 2025
},
"is_default": true,
"status": "active",
"blocked_reason": null,
"created_at": "2024-01-15T10:30:00Z"
}
]
}