get https://payze.io/v2/api/reporting/report
This API endpoint allows you to retrieve payments using OData query parameters.
OData is a standardized protocol for building and consuming RESTful APIs.
Supported query parameters are:
- $filter: Filter the payments based on specific criteria.
- $orderby: Specify the sorting order for the payments.
- $top: Limit the maximum number of payments to retrieve.
- $skip: Specify the number of payments to skip from the beginning.
Note: This endpoint supports pagination using the $top and $skip parameters.