APIs
Please find below the API details for the Predefined Accounts Products 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.
| Endpoint | Method | URL | Description |
|---|---|---|---|
| createUksavingsAccount | POST | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/holdings/uk/accounts/savingsAccounts | Opening of an UK specific retail savings account. |
| createUkcurrentAccount | POST | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/holdings/uk/accounts/currentAccounts | Opening of an UK specific retail current account. |
| updateUkAccounts | PUT | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/holdings/uk/accounts/currentAccounts | Negotiate an UK retail current account or UK savings account. |
| updateUkSavingsAccounts | PUT | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/holdings/uk/accounts/savingsAccounts | Negotiate an UK specific retail savings account. |
In this topic