Dear community,
We are pleased to announce the release of a new API version in the B2B channel.
Loans
Create new loan, list customer's loans and retrieve details of existing loans.
Pre-Requisites : Customer has been onboarded and is KYC compliant.
This new API version contains 11 endpoints:
- GET /loans/{customerId}/accounts: Retrieve the list of loans for a given customer
- GET /loans/{loanId}: Retrieve the details of Loan Account based on LoanId
- POST /loans: Create basic loan
- GET /loans: Retrieve the list of Loan Accounts based on search parameters such as loanAgreementId
- POST /loans/forecast: Simulate a Loan Establishment
- POST /loans/{loanId}/forecast: Forecast of Loan after additional payment, change in repayment frequency, loan term, or interest margin
- GET /loans/{loanId}/transactions: Retrieves the transactions for a loan account
- POST /loans/{loanId}/settlement/forecast: Forecast of Closure of Loan Account by repayment of total outstanding balances on the Loan
- PUT /loans/{loanId}/interest-rate: Allows changes to the interest rate for fixed and floating rate loans
- PUT /loans/{loanId}/settlement: Closure of Loan Account by repayment of total outstanding balances on the Loan. No further operations are allowed on settled loan account
- GET /loans/custom-fields-schema: Get Loan custom fields metadata
More documentation here.