Release 11.08.2026
Changelog
New Endpoints: Company Balance
A new group of endpoints for managing the company balance has been added. Previously, top-up funds had to be allocated to accounts right away: if a top-up was created without an accountId, the funds could only be distributed manually via the dashboard. Now the company balance works as a standalone wallet — you can deposit funds to the company, keep them unallocated, and distribute them across accounts via the API, partially and at any time.
- Initialize a Company Balance Top-Up — deposits funds to the company balance instead of a specific account. Returns the payment address, applicable fee, and minimum top-up amount.
- Allocate Company Balance — distributes funds from the company balance across the specified accounts, up to 100 allocations per request.
- Retrieve List of Company Balance Transactions — returns the company balance history: top-ups of the balance (
top_up) and allocations to accounts (allocation). - Transfer Top-Up to Company Balance — moves the amount of an existing top-up to the company balance, for example if the top-up was created without an
accountIdand you do not want to allocate it right away. - Retrieve Company Top-Up Details — returns detailed information about a company top-up.
The existing top-up endpoints keep working as before and are now grouped in the API reference under Account Top-Ups, next to the new Company Balance group.
New Webhook: Company Top-Up Event
The Company Top-Up Event webhook has been added. It notifies your system when a company balance top-up is created or changes its status. The payload structure is identical to the response of the Retrieve Company Top-Up Details endpoint. The webhook URL is configured in the Client Portal — see Webhooks for the setup steps.