APIs
Please find below the API details for the Deposits module.
The API will only be useable if the module has been licensed by the client.
In the URL, vx.x.x denotes the swagger version that client has licensed.
|
ndpoint |
Method |
URL |
Description |
|---|---|---|---|
|
createDepositNoticeWithdrawal |
POST |
http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/holdings/au/deposits/{depositId}/withdrawalNotices/withdrawals |
Create a partial notice withdrawal or full notice withdrawal in a deposit before the actual maturity date of the deposit with the calculation of the break cost fee. |
|
amendDepositNoticeWithdrawal |
PUT |
http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/holdings/au/deposits/{depositId}/withdrawalNotices/noticeUpdates |
Amend a partial notice withdrawal or full notice withdrawal in a term deposit before the actual maturity date of the deposit with the calculation of the break cost fee |
|
cancelDepositNoticeWithdrawal |
PUT |
http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/holdings/au/deposits/{depositId}/withdrawalNotices/cancellations |
Cancel a partial notice withdrawal or full notice withdrawal in a term deposit before the actual maturity date of the deposit with the calculation of the break cost fee. |
|
createAuDepositWithdrawSimulation |
POST |
http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/holdings/au/deposit/{depositId}/withdrawals/simulations |
Simulate a partial withdrawal of a deposit with the calculation of a break cost fee when the customer wants to withdraw the partial amount of the deposit before the actual maturity date. |
|
createAuDepositSimulation |
POST |
http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/holdings/au/deposit/redeemDeposits/{arrangementId} |
Simulate a deposit redemption with the calculation of the break cost fee when the customer wants to withdraw the deposit before the actual maturity date. |
|
getAuDepositDetails |
GET |
http://<hostname>:<jboss_port>/<iris_war>/api/vx.x.x/holdings/au/deposits/{depositsID}/withdrawals/prematures |
Retrieves the details of early partial or full withdrawn deposits both online and notice. |
|
createAuDepositRedeem |
POST |
http://<hostname>:<jboss_port>/<iris_war>/api/vx.x.x/holdings/ /au/deposits/redeemDeposits |
Create a deposit redemption with calculation of break cost fee when the customer wants to withdraw the deposit before the actual maturity date. |
|
createAuDepositWithdraw |
POST |
http://<hostname>:<jboss_port>/<iris_war>/api/vx.x.x/holdings /au/deposits/{depositId}/withdrawals |
Create a partial withdrawal of the deposit with the calculation of the break cost fee when the customer wants to withdraw a partial amount of the deposit before the actual maturity date. |
In this topic