# List paymentmethods Returns a paginated list of Paymentmethods for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/paymentmethod Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Query parameters: - `page` (number) Page number (0-indexed) - `pageSize` (number) Number of items per page - `sortBy` (string) Field to sort by Enum: "createdAt", "updatedAt", "commissionRate", "name" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `commissionRate` (string) Commission rate as a decimal fraction (e.g., '0.025' for 2.5%). - `isActive` (boolean) Whether this payment method is active and can be used. - `name` (string) Human-readable name of the payment method (e.g., Cash, Visa). - `paymentMethodType` (string) High-level category of the payment method. Enum: "cash", "card", "bankTransfer", "check", "online", "other" - `isUsingEftposTerminal` (boolean) Indicates if this payment method uses an EFTPOS/credit card terminal. ## Response 200 fields ## Response 401 fields