mono-logo

Transaction Metadata (Upload)

June 24th, 2024

post api.withmono.com/v1/enrichments/transaction-metadata
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 transaction is successfully generated, the transaction record is updated with the metadata. You can either retrieve this by webhook or through the transactions metadata records endpoint.

Headers

Request

123
curl --request POST \
     --url https://api.withmono.com/v1/enrichments/transaction-metadata \
     --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?