New filtering and sorting capabilities when retrieving payment runs
ยท One min read
Effective:
- 25 June 2024 on Sandbox
- 26 June 2024 on Live
We have made improvements to the get payment runs endpoint, enabling you to filter and sort the returned payment runs.
By default, the list of payment runs will be sorted in descending order based on their creation date, meaning the newest payment run will appear at the top of the list. This ensures that the most recent payment runs are immediately visible for easy access.
The following filters are now supported:
status
- The status of the payment run.reference
- The unique paymentRunRef of the payment run.min_amount
- The minimum total amount of the payment run.max_amount
- The maximum total amount of the payment run.
Affected Endpoint