---
title: "Transactions and Enrichment"
method: POST
path: "/accounts/{accountId}/transactions/categorisation"
tags: ["Data Plus"]
---

# Transactions and Enrichment

`POST /accounts/{accountId}/transactions/categorisation`

Trigger categorisation for transactions from [AIS (see Get Transactions endpoint)](/api-reference/getTransactions) in the specified time range.

## Request body

- object
  - `countryCode` string, required — __Mandatory__. Two-letter country code in ISO 3166-1 alpha-2 format (e.g. GB)
  - `categorisationType` string, required — __Mandatory__. Allowed values are `consumer` and `business`.
  - `from` string, date-time — __Optional__. Returned transactions will be on or after this date (yyyy-MM-dd'T'HH:mm:ss.SSSZ).
  - `before` string, date-time — __Optional__. Returned transactions will be on or before this date (yyyy-MM-dd'T'HH:mm:ss.SSSZ).

## Response `201`

Created

## Other responses

- `400` — Validation Error
- `401` — Authentication Error
- `500` — Unexpected Error

---

[API](https://skmtc.net/yapily/apis/yapily-api.md) · [All operations](https://skmtc.net/yapily/apis/yapily-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yapily/yapily-api/revisions/a8ca54f9eb9f/schema)
