List payments
Returns all payments for an order.
Required scope: read_payments (for API-key authentication).
GET
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Headers
Bearer token for admin authentication
Path Parameters
Order ID
Query Parameters
Comma-separated associations to expand (e.g., payment_method, source). Use dot notation for nested expand (max 4 levels).
Comma-separated list of fields to include (e.g., amount,status,number,response_code). id is always included.
Response
200 - application/json
payments found
Spree Admin SDK

