/loan/{id} - GET

Retrieve the details of a specific loan using its Id value.

Path Params
uuid
required

Format - uuid.

Responses

Response body
object
uuid

Loan Id

uuid

Application Id of the application that the loan was created from

uuid

Program Id of the program that the loan is associated with

double

The amount that the loan was approved for

double

The amount that has been funded on this loan. This will include all funding instructions that have been successfully processed by payment rails and all funding instructions that have been sent to the payment rail but have not been returned, cancelled or successfully processed

double

The origination fee amount for the loan. The total fundable amount on the loan will be the ApprovedAmount less the OriginationFeeAmount

Language