Changelog

Added

Issue and manage cards via API

We've added programmatic control over Mercury cards. You can now issue virtual cards, manage spending limits, and control card lifecycle states — all through the API. This works for both debit and credit cards.

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 available

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.