mono-logo

Transaction Metadata

Jan 31st, 2025

post api.withmono.com/v2/accounts/{id}/transactions/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

1234
curl --request POST \
     --url https://api.withmono.com/v2/accounts/{id}/transactions/metadata \
     --header 'accept: application/json' \
     --header 'mono-sec-key: string' \

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?