Skip to main content

Nexus API

Categories Overview

Categories are used to classify transactions, helping users understand their spending patterns across different areas.

Category Fields

Field NameData TypeDescription
created_atStringDate and time the category was created, represented in ISO 8601 format with timestamp (e.g. 2015-04-13T12:01:23-00:00). This field will always be null when is_default is true.
guidStringUnique identifier for the category. Defined by MX.
is_defaultBooleanIf the category is a default category, this field will be true. Otherwise, this field will be false.
is_incomeBooleanIf the category is income, this field will be true. Otherwise, this field will be false.
metadataStringAdditional information a partner can store on the category.
nameStringName of the sub-category.
parent_guidStringUnique identifier for the parent category. If the category is a default category, this field will be "null". Defined by MX.
updated_atStringDate and time the category was last updated, represented in ISO 8601 format with timestamp (e.g. 2015-04-13T12:01:23-00:00). This field will always be null when is_default is true.
On this page