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

  1. Recurly Admin → Integrations → Push Notifications → Configure
  2. URL: https://your-domain/api/webhooks/payments/recurly/<your-tenant-slug>
  3. Add HTTP header: x-compass-signature: <hex HMAC-SHA256 of raw body, keyed on Compass webhook secret>
  4. Enable: new_subscription, canceled_subscription, renewed_subscription, successful_payment, failed_payment, successful_refund