List Payment Methods Paginated
List payment methods for an account with pagination, filtering, and sorting.
Backs the account-level payment-methods table and its CSV export.
Account access is validated by the endpoint dependency, and rows are scoped to
the account by ``PaginationHelper.build_query``. Unlike customers/invoices,
``PaymentMethodEntity`` has no ``simulation_id`` (simulation lives on the
customer), so this listing is not production-only.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account_id
Query parameters
limit
Number of items per page
offset
Number of items to skip
filter
Filter conditions as key-value pairs or advanced filter objects (JSON string)
sortBy
Field to sort by
sortOrder
Sort order: 1 for ascending, -1 for descending
search
Keyword-based search across multiple fields
Response
Successful Response
items
total
has_more
Errors
422
Unprocessable Entity Error