Deposit Accounts

This flow enables users to open and manage deposit accounts on the platform. The system first provides a list of available partner banks supported for account creation, allowing users to select their preferred bank.

Once a bank is selected, the Open Account API is used to create a deposit account with the chosen bank. Upon successful creation, the account is linked to the user profile and the required account details are generated.

Users can then view all their opened accounts using the List Accounts API, which returns account-related information such as bank, currency, status, and balance. Additionally, the Get Account Balance API allows users to retrieve the current balance of a specific account by passing the account’s unique identifier.

This flow ensures a seamless experience for opening, viewing, and managing deposit accounts in a single, guided process.