List customer payment methods by external ID
Retrieves all payment methods associated with a customer identified by their external ID.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
externalId
The external ID of the customer
Response
Success response
id
The payment method ID (typically from Stripe)
type
The type of payment method
Allowed values:
card
Card details (present when type is ‘card’)
usBankAccount
US bank account details (present when type is ‘us_bank_account’)
isDefault
Whether this is the customer's default payment method
createdAt