Connectors
Recurly
Category: Payments
What it does: Receives Recurly push notifications for subscriptions, invoices, and transactions.
Credentials needed
- API Key (private key from Recurly admin)
- Subdomain (e.g.
mycompany)
Setup
- Recurly Admin → Integrations → Push Notifications → Configure
- URL:
https://your-domain/api/webhooks/payments/recurly/<your-tenant-slug> - Add HTTP header:
x-compass-signature: <hex HMAC-SHA256 of raw body, keyed on Compass webhook secret> - Enable: new_subscription, canceled_subscription, renewed_subscription, successful_payment, failed_payment, successful_refund