# Get list of payment methods for customer Get list of payment methods for customer Endpoint: GET /customers/{id}/paymentMethods Version: 2.0.0 Security: bearerAuth, basicAuth ## Path parameters: - `id` (string, required) Customer Id Example: "cu_841b9b1a99fc4f0" ## Response 200 fields (application/json): - `gatewayCustomerId` (string) - `data` (array) - `data.id` (string) Unique ID assigned by Axepta Online for the payment method record. - `data.type` (string) Determines type of payment method. CARDS, SEPA_DD. For now only CARDS is in scope. - `data.last4Digits` (string) - `data.pseudoCardNumber` (string) - `data.cardHolderName` (string) - `data.brand` (string) - `data.expiryDate` (string) - `data.createdAt` (string) Creation date and time in ISO 8601 format. - `data.updatedAt` (string) Update date and time in ISO 8601 format. - `data.lastUsedAt` (string) Last used date and time in ISO 8601 format.