List customer credit cards
Returns the customer’s saved credit cards. Useful for off-session admin charges via POST /admin/orders/:id/payments { source_id }.
Required scope: read_customers (for API-key authentication).
GET
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Path Parameters
Query Parameters
Comma-separated associations to expand (e.g., payment_method). Use dot notation for nested expand (max 4 levels).
Comma-separated list of fields to include (e.g., brand,last4,month,year). id is always included.
Response
200 - application/json
credit cards found
Spree Admin SDK

