Mercury Banking Trigger
Receive real-time Mercury transaction events via webhooks to trigger Dify workflows.
Setup
- Log in to Mercury → Settings → API Tokens
- Create a token with permission
- Install this plugin in Dify and enter your API token
- Select API environment: Sandbox or Production
- Add the trigger to a Dify workflow — it will provide a webhook URL
- In Mercury Dashboard → Webhooks, create a webhook pointing to that URL
- Copy the Webhook Secret from Mercury and enter it in the trigger configuration
Trigger Output
When a transaction is created or updated, the trigger provides:
- , ,
- (negative = debit, positive = credit)
- (, , etc.)
- , ,
- ( or )
- (ISO 8601 timestamp)
- , ( or )
Configuration Options
- Event Types — Filter by , , or both
- Filter Paths — Only trigger on specific field changes (e.g., )
All incoming webhooks are verified using HMAC-SHA256 signature validation.