Retrieve paginated list of all payment batches for your account, filtered using the query parameters.
The ID of the account to work with.
"F50091"
Determines whether the page of items are sorted in ascending or descending order.
asc, desc The number of items to skip before returning results.
100
The maximum number of results to return.
1 <= x <= 1000200
A comma-separated set of payment batch ids to filter by.
ordersSummary Includes Payment Batches presently not otherwise visible.
true, false draft, validated, confirmed, started, completed, failed, cancelled A comma-separated set of createdBy ids to filter by.
Search term to find payment batches by name, order ID, or payment reference.
3 - 100The earliest date from which to retrieve records (includes records on this date).
"2020-08-12"
The latest date until which to retrieve records (includes records on this date).
"2020-08-13"
A comma-separated set of order ids - returns batches containing these orders.
OK
The total amount of records matching the querying when "limit" is ignored.
67
Array of all matching payment batches.
The maximum number of results to return.
1 <= x <= 1000200
The number of items to skip before returning results.
100