Filter the transaction analytics 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.
-
Allowed attributes: source
-
Example: ?filter[source]=CARD_PRESENT (to filter card present transactions only)
-
Example: ?filter[source]=INTERNET (to filter internet transactions only)
Filter by specific conditions defined in the model.
NOTE: either merchantId or channelPartnerId must be provided in the query filters.
-
Allowed scopes: merchantId, channelPartnerId
-
Example: ?filter[merchantId]=123456
-
Example: ?filter[merchantId]=123456,789012 (multiple merchant IDs)
-
Example: ?filter[channelPartnerId]=123456