Skip to content

Webhooks & connections overview

Wallet-as-a-Service (Palisade) provides multiple ways to integrate with external systems and third-party applications, including real-time event notifications and connections to decentralized applications.

In this section

For programmatic API access, see the API documentation.

Webhooks

Webhooks deliver real-time notifications to your backend systems when events occur in Palisade. Instead of polling the API, your server receives automatic updates for:

  • Transactions: Status changes from creation to confirmation
  • Wallets: Provisioning status updates
  • Approvals: Approval request creation and resolution

See:

WalletConnect (Connections)

Connect your Palisade wallets to decentralized applications (dApps) using WalletConnect. This enables:

  • Interaction with DeFi protocols
  • NFT marketplaces
  • Other Web3 applications

All WalletConnect transactions require approval before execution, ensuring you maintain control over your assets.

See Connections for setup instructions.

Integration architecture

dApps

Palisade

Your Systems

OAuth + REST

POST Events

WalletConnect

API Client

Webhook Receiver

Palisade API

Webhook Engine

DeFi / NFT / Web3