APIs
Please find below the API details for the Accounts Compliance 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 |
---|---|---|---|
createMexicanCurrentAccount | POST | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/holdings/mx/accounts/currentAccounts | Creates current account with detailssuch as Unidad de Inversion (investment unit) limit. |
createMexicanSavingsAccount | POST | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/holdings/mx/accounts/savingsAccounts | Creates savings account with details such asUnidad de Inversion (investment unit) limit. |
updateMexicanAccountConditions | PUT | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/holdings/mx/accounts/{accountId} | Updates account with details such as Unidad de Inversion (investment unit) limit. |
createMexcianAccountSimulation | POST | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/holdings/mx/accounts/simulations | Creates simulation for accounts product with details such as Unidad de Inversion (investment unit) limit. |
createMexicanDeposits | POST | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/holdings/mx/deposits | Creates term deposits with details such as Unidad de Inversion (investment unit) limit. |
updateMexicanDepositConditions | PUT | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/holdings/mx/deposits/{depositId}/renegotiations | Perform the renegotiation of the term deposit contract details with details such as Unidad de Inversion (investment unit) limit |
simulateMexicanDeposits | POST | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/holdings/mx/deposits/simulations | Simulates deposit account with details such as Unidad de Inversion (investment unit) limit |
createMexicanLoan | POST | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/holdings/mx/loans | Creates loan account with detailssuch as Unidad de Inversion (investment unit) limit |
updateMexicanLoanConditions | PUT | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/holdings/mx/loans/{loanId}/renegotiations | Perform the renegotiation of the loan contract details with details such as Unidad de Inversion (investment unit) limit |
simulateMexicanLoan | POST | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/holdings/mx/loans/simulations | Simulates loan account with details such asUnidad de Inversion limit (investment unit) |
getEffectiveRateTypes | GET | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/holdings/mx/arrangements/{arrangementId}/annualPercentageRates | Retrievesthe details such as Unidad de Inversion (investment unit) |
getTaxLimit | GET | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x//holdings/mx/arrangements/{arrangementId}/taxes/limits | Retrieves the details such as limit currency |
In this topic