APIs
Please find below the API details for the to Accounts 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 |
---|---|---|---|
getFields | GET | http://<hostname>:<jboss_port>/armb-provider-iris/api/vx.x.x/holdings/ar/record/{recordId}/fields | To fetch the fields of the record from the application. |
getRecord | GET | http://<hostname>:<jboss_port>/armb-provider-iris/api/vx.x.x/holdings/ar/record/detail | To fetch the record from application. |
calculateSeizure | POST | http://<hostname>:<jboss_port>/armb-provider-iris/api/vx.x.x/holdings/ar/accounts/{accountId}/reservedFunds | To block the requested amount on a particular customer account based on the directions from the regulatory authority. |
updateSeizure | PUT | http://<hostname>:<jboss_port>/armb-provider-iris/api/vx.x.x/holdings/ar/accounts/{accountId}/reservedFunds/cancellations | Performs a partial or complete release of a specified amount on the previously blocked customer account based on the directions from the regulatory authority. |
getStatus | GET | http://<hostname>:<jboss_port>/armb-provider-iris/api/vx.x.x/order/ar/activity/view | Checks the active status of the server. |
stopProcess | GET | http://<hostname>:<jboss_port>/armb-provider-iris/api/vx.x.x/order/ar/activity/services | To complete the API flow. |
In this topic