Migration
Below are the service operations and their respective APIs involved in migration of deposits, bills and deposit balances.
Migrate Deposits
POSTMigration of a legacy system deposit contract to the given deposit product by providing the original contract date, account name, statement, payment frequency and start date, etc. This can be used for migrating the legacy contract to deposits account by providing required details.
Migrate Bills
PUTCaptures the bill information of the deposits account such as bill id, property names, bill amount etc. This is used to migrate the bills of a legacy contract which is migrated from other system & update the bill details.
Migrate Balances
PUTCaptures the balance details of the deposits account such as balance type, due amount etc. This is used to migrate the balances of a legacy contract which is migrated from other system & update the balance details.
Deposit Information
Deposit information includes the information related to the balance and status of a deposit account. Balance details may include all deposits, interest earned, and any other credits to the account, as well as any withdrawals, fees, or other debits that have been made. The status of a deposit account states whether the account is open, closed, or on hold.
-
Retrieves the details of the given arrangement such as arrangement id,account id,customer details,product details ,arrangement start date and arrangement status
-
Retrieves various types of balances such as cleared, online, locked and usable balance of the account
-
Retrieves the basic information of the deposit account including deposit amount, term, maturity days, tax details, charge details, etc. Common usage of this could be to display the basic information of deposits in a customer user interface.
-
Retrieves the activity log of an account
-
Retrieves the deposit details for a given account or a customer
-
Retrieves the list of deposit account for a given customer
-
Retrieves all the customer details for the given arrangement such as customer id, customer name, customer role, their beneficiary type, limit allocation percentage, GL allocation percentage and tax liability percentage.