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
- Webhooks overview – Payload formats and event types
- Manage webhooks – Setup and signature verification
- Connections (WalletConnect) – Connect to dApps
For programmatic API access, see the API documentation.
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:
- Webhooks overview for payload formats and event types
- Manage webhooks for setup and signature verification
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.