BaaS Clients
BaaS Client Id should be saved in your database after creating BaaS Client. BaaS Client Id will be required to manage BaaS Client. Currently BaaS Clients list can be retrieved using Get BaaS Clients API. You will get list of clients with baasClientId
, customerName
, status
and merchant details as brandId
and status
. Get BaaS Clients API will be decommissioned in the near future.
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 for corporate customers. Personal for private and Transactional account is dedicated for platforms.
BaaS Block Account
Account can be blocked via Block Account API . Account can be blocked for Credit operations, Debit operations or both – Credit and Debit.
BaaS Close Account
Account can be closed by using Close Account API. Use accountId 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
Clients accounts list can be retrieved using Get BaaS Client Accounts API. You will get list of clients accounts with account currency, status and balance.
BaaS Clients Transactions
Clients transactions list can be retrieved using Get Transactions v3 API. You will get list of clients transactions based on client account.