Connectors
Authorize.Net
Category: Payments
What it does: Receives IPN (Instant Payment Notifications) from Authorize.Net and maps them to Compass charge events.
Credentials needed
- API Login ID
- Transaction Key
Setup
- Authorize.Net Merchant Interface → Account → Settings → API Credentials
- Copy API Login ID and Transaction Key
- Under Webhooks, add endpoint:
https://your-domain/api/webhooks/payments/auth_net/<your-tenant-slug> - Sign each request with
x-compass-signature(hex HMAC-SHA256 of raw body, keyed on the webhook secret you set in Compass) - Paste credentials into Compass → Settings → Integrations → Authorize.Net → Connect