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

externalIdstringRequired
The external ID of the customer

Response

Success response
idstringOptional

The payment method ID (typically from Stripe)

typeenumOptional
The type of payment method
cardobjectOptional

Card details (present when type is ‘card’)

usBankAccountobjectOptional

US bank account details (present when type is ‘us_bank_account’)

isDefaultbooleanOptional
Whether this is the customer's default payment method
createdAtdatetimeOptional

Errors

403
Forbidden Error
404
Not Found Error