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.
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.
We've expanded the Mercury API with three new /api/v1/categories endpoints that make it easier to manage expense categories for your organization.
We've expanded the send money API to support programmatically sending money via domestic wires and checks as a payment method.
We’re excited to announce the launch of our Mercury community node for n8n 🎉
We’ve expanded the Treasury API to support statement retrieval. You can now programmatically fetch:
We've introduced three new API endpoints for reading SAFE data.
We've added support for subscribing to account balance change notifications via webhooks and retrieving account balance change events via the events endpoint.
We've added the ability to upload attachments to both your transactions and recipients via API. We've also added an endpoint to list all recipient attachments (tax docs) for your organization.
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.
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.