Dear community,
We are pleased to announce the release of a new API 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 contains 3 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
More documentation here.