Transaction Categorisation (Upload)
June 24th, 2024
post
api.withmono.com/v1/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
123
curl --request POST \
--url https://api.withmono.com/v1/enrichments/transaction-categorisation \
--header 'accept: application/json'
Response
Choose an option from the drop down or click one of these buttons to see an example: