Connectors
Adyen
Category: Payments
What it does: Receives standard notification webhooks from Adyen and maps AUTHORISATION, CAPTURE, and REFUND events.
Credentials needed
- API Key (Customer Area → Developers → API credentials)
- Merchant Account name
Setup
- Adyen Customer Area → Developers → Webhooks → Add standard webhook
- URL:
https://your-domain/api/webhooks/payments/adyen/<your-tenant-slug> - Add custom header:
x-compass-signature: <hex HMAC-SHA256 of body, keyed on Compass webhook secret> - Enable HMAC signing and copy the HMAC key
- Paste API key + merchant account into Compass → Settings → Integrations → Adyen → Connect