v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBNew loan for the customer
Creates a new loan for the customer
Path parameters
Request body
The URL Eclipse must post the LoanResult to. Optional as one can always do a GET to get the result instead of using callbacks. This will be a system-system call
A globally unique identifier for loan.
Loan provider
A walletId representing the id of the customer's wallet where the loan amount will be credited or debited when making payments on the loan
Response
OK
Representing the loan amount requested by the customer
The URL Eclipse must post the LoanResult to when the loan is either approved or un approved. Optional as one can always do a GET to get the result instead of using callbacks. This will be a system-system call
When the loan was posted
The currency of the wallet - e.g. USD, ZAR, NGN, TSH
This refers to the total amount that is currently owed on a loan, including any unpaid principal, interest. It is the amount that the borrower would have to pay in full to pay off the loan at the present time
Loan Description
Loan Error Description
A globally unique identifier
The fees applicable on choosen loan provider and loan product
Representing the interest rate based on choosen loan provider and product
When the loan was last modified
A unique system generated numeric identifier for the loan
The maximum amount that can be loaned with this to this customer
The minimum amount that can be loaned with this to this customer
Loan provider
Status of a Loan: BUILDING: The loan application has been received but not yet reviewed, PENDING: The loan application is under review, APPROVED: The loan application has been approved, ACTIVE: The loan amount has been disbursed to the borrower, DEFAULT: The borrower has failed to make payments for an extended period, and the loan is in default status. UNAPPROVED: The loan application has been unapproved, PAID_OFF: The loan has been fully paid off by the customer, CANCELLED: The customer has canceled the loan application before it was approved or funded. ERROR_PERM: Loan application is not successful
A walletId representing the id of the customer's wallet where the loan amount will be credited or debited when making payments on the loan
Example response
{
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00"
}