Send Money API now supports checks and domestic wires as payment methods
We've expanded the send money API to support programmatically sending money via domestic wires and checks as a payment method.
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.
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:
We’ve expanded the Mercury API with two new /api/v1/users endpoints that make it easier to retrieve user information for your organization.