Changelog

Added

n8n community node launch

We’re excited to announce the launch of our Mercury community node for n8n 🎉

Added

SAFE API now available

We've introduced three new API endpoints for reading SAFE data.

Added

Webhooks now avaliable

We’ve added support for Webhooks so you can receive real-time HTTP notifications when things happen in your Mercury account (e.g., transaction updates) instead of polling the API. Webhook payloads use the same event structure as the Events API and follow the JSON Merge Patch standard.

Added

Recipients will now return associated attachments

All /recipients response objects will return a recipient's associated attachments as an ephemeral pre-signed url as well as the corresponding taxFormType, fileName, and uploaded dateTime info if available.

Added

Internal Transfers API now available

We've added a new endpoint /transfer that allows you to programmatically move money between your accounts. This endpoint requires a SendMoney write scope. Check out the docs here:

Added

Users API now avaliable

We’ve expanded the Mercury API with two new /api/v1/users endpoints that make it easier to retrieve user information for your organization.