Alviere Developer Portal
Your resource for comprehensive documentation on activating the Alviere HIVE platform. You'll find detailed articles covering the range of platform capabilities, plus an exhaustive API reference.
The Alviere HIVE platform overview
The Alviere HIVE platform simplifies the complex process of launching and managing financial services through proprietary technology and partner integrations.
Core concepts
Understand the modules and entities that make up HIVE, including Accounts, Wallets, Treasury Vault, and money movement flows.
Program
A Program is a configured instance of Alviere modules for a client. A single client can operate multiple Programs, and each Program has its own independent entity namespace ; no data crosses Program boundaries, even within the same client. Each Program is configured with transaction limits, card customization, service fees, KYC/KYB requirements, fraud prevention rules, and compliance measures.
Program configuration is managed by your Alviere Program Manager, not through API calls.
Reference the definition, prerequisites, statuses, and status reasons for each transaction type supported by HIVE.
Integration
The Alviere HIVE integration is designed to be seamless and developer-friendly. HIVE exposes RESTful APIs for predictable, resource-oriented interaction using standard methods: POST, PATCH, GET, PUT and DELETE.
Webhooks
Use webhooks to receive events from Alviere. For example, when a transaction settles, Alviere posts an event to your webhook consumer with the transaction details.
Events are grouped into Subscriptions, and each Subscription's events are posted to a URL you provide when subscribing. All events are sent asynchronously so they don't block or slow down system operations or transactions, and every event represents an action that has already taken place.

