Loading...

Account Notifications

Real-time webhooks for account, alias, onboarding, and payment events, grouped into channels you configure in Fuzebox.


Account notifications are real-time webhooks Volt delivers when your accounts, aliases, onboardings, and payments change state. They are grouped into channels that you enable and configure independently in Fuzebox.

Notification channels

ChannelCoversFuzebox toggle
Onboarding status changes (ready for review, additional info, approved, rejected, expired)Onboarding notifications
Named account ordering and alias creation progressAccount ordering notifications
Account suspension, reactivation, closure, and alias closureAccount lifecycle notifications
Incoming and outgoing transactions, and account holder verification resultsPayments notifications

Enabling notifications

Each channel is enabled and configured in Fuzebox, where you set the destination URL and can Send a test notification to verify your endpoint.

Where supported, an individual request can override the destination URL by passing a communication field:

{
  "communication": {
    "notifications": {
      "url": "https://mywebsite.com/webhooks"
    }
  }
}

Notifications must be configured in Fuzebox for delivery to happen at all. The communication override only changes the destination URL — if notifications are not configured in Fuzebox, the merchant receives no notification even when an override URL is supplied.

Security and delivery

All account notifications share the standard Volt webhook envelope, signature, and retry behaviour:

  • Verifying authenticity — every notification is signed. See for how to verify it.
  • Retries and failures — delivery is retried and reported. See for the retry policy.

How is this guide?

Last updated on

On this page