mono-logo

Transaction Metadata

June 6th, 2024

get api.withmono.com/v1/enrichments/{id}/transaction-metadata
v1.0

This resource updates all the transactions linked to the provided account_id with the transaction metadata

Kindly Note

  • This endpoint should be called whenever a transaction metadata is returned as null.
  • Once the call to transaction metadata is successful with successful webhook response, make a call to the transactions endpoint for updated account transactions
Path Params
Headers

Request

123
curl --request GET \
     --url https://api.withmono.com/v1/enrichments/{id}/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?