List payment methods
Returns the store’s configured payment methods. Use source_required: true to know which methods need a saved source.
Required scope: read_settings (for API-key authentication).
GET
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Query Parameters
Comma-separated associations to expand. Use dot notation for nested expand (max 4 levels).
Comma-separated list of fields to include (e.g., name,type,active). id is always included.
Response
200 - application/json
payment methods found
Spree Admin SDK

