Filter the payout analytics by attribute(s).
Follow the "=" with a comparison operator and the value you want to filter by.
-
Available operators: =, !=, <, <=, >, >=.
-
Allowed attributes: settlement_date, deposit_date
-
Example (less than or equal to): ?filter[settlementDate]=<=2025-05-29T00:00:00Z
Filter by specific conditions defined in the model.
NOTE: either merchantId or channelPartnerId must be provided in the query filters.
-
Allowed scopes: settlementDateBetween, depositDateBetween, merchantId, channelPartnerId
-
Example: ?filter[settlementDateBetween]=2025-05-29,2025-05-30
-
Example: ?filter[merchantId]=123456
-
Example: ?filter[merchantId]=123456,789012 (multiple merchant IDs)
-
Example: ?filter[channelPartnerId]=123456