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