Skip to main content
Layer3x sends HMAC-signed webhook notifications to your systems when payment events occur — so your ops team gets alerted in real time, not after a manual dashboard check.

Events

Setup

  1. Go to IntegrationsWebhooks tab
  2. Click Add Webhook
  3. Enter your endpoint URL
  4. Select the events to listen for
  5. Copy the signing secret shown — it is displayed only once

Payload format

Verify signatures

Every webhook payload is signed with HMAC-SHA256. Always verify the signature before processing:

Retry logic

If your endpoint returns a non-2xx response, Layer3x retries automatically with exponential backoff:
  • Attempt 1: immediately
  • Attempt 2: after 5 seconds
  • Attempt 3: after 25 seconds
  • Attempt 4: after 125 seconds
After 4 failed attempts the delivery is marked as failed and logged in your webhook delivery log.

Target integrations

Layer3x webhooks work with any REST endpoint. Common integrations: Slack, PagerDuty, Microsoft Teams, custom REST endpoints.