Categorize Transaction
categorize_transactionSet or clear a category on an Up Bank transaction by ID; only categorizable transactions can be changed.
Instructions
Set or clear a transaction's category.
Only transactions with is_categorizable: true can be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id | No | A child category id such as `restaurants-and-cafes`. Pass null to clear the category. Parent categories are not accepted. | |
| transaction_id | Yes | The transaction to categorise. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||