APIs
Please find below the API details for the Loan Redraw 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 |
---|---|---|---|
getLoanRedrawBalances | GET | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/holdings/au/loans/{loanId}/redraws/balances | Retrieves loan redraw balances like currency. |
createAuPaymentOrderRedraw | POST | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/order/au/paymentOrders/redraws/balances | Initiates a Payment Order assisted by Operator for withdrawal of Redraw balance. |
updateAuPaymentOrderRedraw | PUT | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/order/au/paymentOrders/paymentOrderApprovals/{paymentOrderId}/redraws/balances | Amends Payment Order assisted by Operator for withdrawal of Redraw balance. |
createAuPaymentOrderRedrawByCustomer | POST | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/order/au/paymentOrders/redraws/balances/customerInitiations | Initiates a Payment Order assisted by Customer for withdrawal of Redraw balance. |
updateAuPaymentOrderRedrawByCustomer | PUT | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/order/au/paymentOrders/paymentOrderApprovals/{paymentOrderId}/redraws/balances/customerInitiations | Amends Payment Order assisted by Customer for withdrawal of Redraw balance. |
In this topic