Transaction Metadata (Upload)
June 24th, 2024
post
api.withmono.com/v1/enrichments/transaction-metadatav1.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 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: