Added
Webhooks now avaliable
2 days ago by Chris O'Brien
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.
Highlights:
- 📬 Push-based notifications: Mercury sends an HTTP POST to your configured HTTPS endpoint on relevant changes. 
- 🔐 Secure deliveries: Each webhook includes a signature you should verify. 
- 🔄 Retry logic: Failed deliveries are retried with exponential backoff. 
- 📌 Configurable filters: Subscribe to specific event types or field paths to reduce noise.
See the Webhooks API docs for endpoint details and examples. Please reach out to [email protected] if you have any comments or questions.
