Return all payments

Retrieves a paginated list of payment records.
You can filter the payments using various parameters including a search query, a date range (start_date and end_date), client ID, and flags to filter open or closed payments.
By default, the start_date is set to 30 days ago and the end_date to today.

Required Permission: Controller: api_v2_payments, Action: index.

Language