Shows all saved payment methods (cards, etc.) for a customer
Show Payment Method Object
Show Pagination
{ "data": [ { "id": "pm_001", "customerId": "customer_789", "type": "card", "brand": "visa", "last4": "4242", "expiryMonth": 12, "expiryYear": 2025, "holderName": "John Doe", "isDefault": true, "createdAt": "2025-01-15T10:30:00.000Z", "updatedAt": "2025-01-15T10:30:00.000Z" } ], "pagination": { "limit": 50, "offset": 0, "total": 1, "hasMore": false } }