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:1
Navigate to Treasury in the sidebar.
2
Choose the account you want to fund.
3
Click Add Funds.
4
Select a linked settlement account.
5
Enter an amount and confirm.
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.