Transaction Categorisation (Upload)
Last updated Mar 10th, 2025
post
api.withmono.com/v2/enrichments/transaction-categorisationv1.0
This resource receives a CSV file with transaction type
and narration
. The transactions are extracted and updated with the transaction category.

Transaction File
The submitted file must contain:
- Type: credit or debit
- Narration: the transaction narration

Transaction Records
Once a transaction is successfully categorised, the transaction record is updated with the category. You can either retrieve this by webhook or through the transactions categerisation records endpoint.
Headers
Request
12345
curl --request POST \
--url https://api.withmono.com/v2/enrichments/transaction-categorisation \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'mono-sec-key: string' \
Response
Choose an option from the drop down or click one of these buttons to see an example: