Changelog

Tracking Number now available on Transaction response

All Transaction responses now return an optional trackingNumber: A unique identifier assigned by payment networks to trace transactions (e.g., RTP reference ID, ACH trace number, wire IMAD/OMAD). The field will be null if nonexistent.

New details for Treasury transactions

We added a new detials object for each transaction to the response of the /treasury/:id/transactions endpoint. This new value includes the already existing security but also adds additional details like the id of the account for deposits and withdrawals, descriptions for several actions and trade and sweep directionality details.

added

Transactions API now avaliable

The /api/v1/transactions API serves as a top level list view for all transactions within your Mercury organization. List, filter, paginate, and search transactions from all your Mercury accounts in a single endpoint. See the documentation here.

Get transactions for a Mercury Treasury account

You can now fetch Mercury Treasury transactions using the new endpoint GET /treasury/:id/transactions. Use the account ID from the UI or from the GET /accounts endpoint.