Skip to main content
Configure webhook destinations in the Subtotal Dashboard so Subtotal knows where to send events.

Create a webhook destination

1

Sign in to the Subtotal Dashboard

Sign in to the Subtotal Dashboard and select Webhooks from the side menu.subtotal webhooks
2

Add a webhook destination

Click Add Webhook Destination and specify a name and URL.subtotal webhook destination
You will receive a signing secret for the destination. Store this secret securely and use it to verify webhook signatures for every request. Keep your signing secret private.
3

Configure events

Select the Configure option on your new webhook destination. Enable the events that you’d like this destination to receive.subtotal configure webhook

Requirements

  • Your endpoint must be HTTPS.
  • Your endpoint should respond with a 2xx status quickly. Subtotal may retry on failure.
  • Implement signature verification to ensure requests are from Subtotal.