Retrieves a paginated list of Stripe payments with optional filtering by account, institution, or user search
JWT token passed in x-access-token header
Account ID(s) to filter payments (space-separated for multiple)
Institution ID to filter payments
Search term for users (matches email, first name, last name)
Page number (1-based)
x >= 1Number of results per page
1 <= x <= 5000Legacy limit parameter (use pageSize instead)
Successfully retrieved payments list