Filter the list of payouts by attribute(s).
Include the attribute name in the brackets followed by an equal sign and the value you want to filter by. You can use commas (,) to separate multiple values for the same attribute.
Follow the "=" with a comparison operator and the value you want to filter by.
-
Available operators: =, !=, <, <=, >, >=.
-
Allowed attributes: settlementAmount, netAmount, feeAmount, transactionCount, transactionPendingCount, transactionSettledCount, transactionSettlingCount, settlementDate, settlingDate, createdAt, updatedAt
-
Example (greater than or equal to): ?filter[settlementAmount]=>=1000
-
Example (less than): ?filter[settlingDate]=<2025-06-01
-
Example (settlement date): ?filter[settlementDate]=2025-06-01
Filter by specific conditions defined in the model.
-
Allowed scopes: settlingDateBetween, settlementDateBetween, status, merchantId
-
Example: ?filter[settlingDateBetween]=2025-05-01,2025-05-31
-
Example: ?filter[settlementDateBetween]=2025-05-01,2025-05-31
-
Example: ?filter[status]=SETTLING
-
Example: ?filter[merchantId]=Z70B874W63DW