added
Filter Transactions by mercuryCategory and categoryId
2 days ago by Sara
GET
requests to /account/:id/transactions
can now be filtered by mercuryCategory
and categoryId
query parameters.
mercuryCategory
corresponds to the field of the same name on the Transaction response object and appears as Merchant Type
in the UI.
categoryId
refers to a custom category. You can fetch a list of your categories and their ids via the GET
/categories
endpoint.