Skip to main content

Deposit Accounts

Deposit Accounts are bank accounts maintained by a financial institution, in which a customer can deposit and withdraw money. Deposit accounts can be checking accounts, savings accounts, or any of several other types.

Suggestion

Unit provides a cross-platform suite of flexible and customizable white-label UI components, including an account component and an account activity component. You may embed these components into your app to shorten your time to market and deliver a highly optimized experience to your end customer with minimal engineering investment.

Deposit accounts can belong to an individual customer, multiple customers (joint account) or business customers.

Suggestion
Joint accounts are deposit accounts that are assigned to multiple individual customers. Some of the use cases for joint accounts are family members/spouses using it to manage shared funds, or parents creating joint accounts with their children, to provide them with access to banking services and cards.

To create a joint account, you would have to provide an array of two or more Customers as part of the Create Account API call. At least one of the customers must be over 18 years old.

Deposit Products

When creating a deposit account, you are required to select a Deposit Product for the account. The deposit product defines the set of end-customer terms that are applied to the account:

  • Interest rate paid to the customer
  • Fees
  • Limits
  • Clearing periods for various payments (e.g. check deposit)

You may utilize as many deposit products as you need to make your product work.

There are many use cases for multiple deposit products:

  • Manage fees and limits to represent different customer tiers (regular / VIP).
  • Mitigate risk by applying different limits (low / medium / high) and clearing times.
  • Special purpose accounts (Tax account, Benefits account and many others).

You may move an account between different deposit product (e.g. move an account from "regular" to "VIP") by updating the account.

Suggestion

Deposit products are created and updated by Unit's compliance team, since a compliance person must review any changes and make sure they are in line with the relevant regulation.

Account Statuses

A successful account creation will result in an account in Open status. Later on, accounts can be either frozen, closed and in some cases reopened.

Account Statuses
StatusDescription
OpenThe account is active and can be used for deposits and withdrawals.
FrozenThe account is temporarily suspended. It behaves like a closed account but can be unfrozen.
ClosedThe account is permanently closed and cannot be used for transactions.
  • APIs - Create, manage, and query deposit accounts
  • Events - Webhook events for account lifecycle changes
  • Resources - JSON:API resource schemas