Linking a Settlement Account
Settlement accounts connect your Acclaim environment to your external banking network. You can add and manage settlement accounts in the Acclaim Console under Treasury → Funding → Settlement Accounts.- Each settlement account is tied to a specific currency.
- You can link multiple settlement accounts if you manage funds across currencies or business units.
- All settlement accounts must be verified before they can fund accounts or receive withdrawals.
Funding Through the Console
You can fund an account directly from the Acclaim Console:
The Console will display the transaction once the funds are in flight and update the account balance once they are cleared.
Funding via API
Funding can also be initiated programmatically through the API. At a high level, you’ll specify:- The settlement account ID (source of funds).
- The account ID (destination).
- The amount and currency.
Checking Account Balances
To verify that an account has sufficient funds:- Open the Accounts page in the Console to view balances for each account.
- Use the API to retrieve account details and check the
balancefield. - Subscribe to the
treasury.transaction.createdwebhook to get real-time updates.
Best Practices
- Separate operational accounts by purpose — such as commissions, claims, or reimbursements.
- Monitor balances regularly to avoid failed payouts due to insufficient funds.
- Automate funding with rules or schedules that trigger top-ups when needed.
- Reconcile funding transactions alongside payout activity to maintain accuracy across systems.