mono-logo

Transaction Categorisation (Upload)

June 24th, 2024

post api.withmono.com/v1/enrichments/transaction-categorisation
v1.0

This resource receives a csv file with transaction type and narration. The transactions are extracted and updated with the transaction category.

Transaction File

Transaction File

The submitted file must contain:

  1. Type: credit or debit
  2. Narration: the transaction narration
Transaction Records

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:

Did this page help you?