Skip to main content

Glossary

TermDefinition
AccountA top-level entity representing a client or business. Accounts can manage multiple users and portfolios.
UserThe end users of the product or service. Users may be businesses or private individuals.
PortfolioA logical container for organizing user wallets and assets. One user may have multiple portfolios.
WalletA digital container that holds the balance of all enabled assets (e.g., USD, BTC). There are several types of wallets available that have different functions within the system, including Client Admin, Omni and General.
General WalletA basic wallet used for holding and transferring assets, without product linkages.
AssetA unit of value held in a wallet. Can be fiat (USD) or digital (BTC).
Virtual AccountA banking account linked to a wallet, enabling deposits and withdrawals via ACH, FedWire, etc.
VaultA secure storage mechanism for digital assets
Balance TypesIncludes Available, Pending, and Reserved — each reflecting different stages of asset accessibility.
CustomerAn end-user (individual or business) onboarded by a client to access financial services.
ProductA financial offering (e.g., wallet, card, virtual account) that a customer can utilize.
ApplicationThe process or instance a customer is onboarded onto the Connect Financial platform.
CounterpartyAn external entity involved in transactions, such as deposits or withdrawals, with a customer's account.
PayorAn entity initiating payments to a customer's account, often used in payment collection scenarios.
DepositThe action of adding funds (fiat or crypto) to a customer's account from an external source.
WithdrawalThe action of removing funds from a customer's account to an external destination.
TransferMoving funds between two accounts within the platform, provided they share the same asset type.
ExchangeConverting one asset type to another (e.g., USD to BTC) within the platform.
AuthenticationThe process of verifying the identity of a client or user, typically using OAuth2 protocols.
IdempotenceEnsuring that multiple identical requests have the same effect as a single request, preventing duplicate operations.
Callback (Webhook)A mechanism allowing the platform to send real-time notifications to clients about specific events or changes.