BaaS Clients
The BaaS Client ID should be saved in your database after creating the BaaS Client. BaaS Client ID will be required to manage BaaS Client. Currently, the BaaS Clients list can be retrieved using the Get BaaS Clients API. You will get a list of clients with baasClientId
, customerName
, status
and merchant details as brandId
and status
. Get BaaS Clients API will be decommissioned soon.
BaaS Open Account
To open an account, use Open Account API. There are 3 types of accounts possible to open. Business, Personal, and Transactional. Business is dedicated to corporate customers, Personal for private, and Transactional account is dedicated for platforms.
BaaS Block Account
The account can be blocked via Block Account API. Accounts can be blocked for Credit operations, Debit operations, or both – Credit and Debit.
BaaS Close Account
An account can be closed by using Close Account API. Use the accountId, for example, LT843740020000006939-XXX, to close an account. Account should not be used for operations, and there should be no funds during the closure of account.
BaaS Client Accounts
The list of client’s accounts can be retrieved using Get BaaS Client Accounts API. You will get a list of clients’ accounts with account currency, status, and balance.
BaaS Clients Transactions
Client’s transactions list can be retrieved using Get Transactions v3 API. You will get a list of clients’ transactions based on the client account.