Skip to main content

List Statement Categories

GET 

/v2/financial/statement_categories

Catalog of categories that a statement transaction can carry.

Required to use the category filter in the listing and summary: the codes are a closed domain, and without the catalog there is no way to discover that bank fees are code 105.

The catalog has two natures: about 50 generic codes (1xx debits, 2xx credits, and 9999 for others) and hundreds of bank-specific codes, in the format 1 + bank_number + bank_code (e.g.: 107701).

kind is derived from the slug and comes null when the category does not declare a side — which is the case for most bank-specific codes. It is a convenience, not an exhaustive classification: to sum inflows and outflows, use the kind filter from the listing or group_by=kind from the summary, which operate on the actual type of the transaction.

Request

Responses

Category Catalog